#53B356

Color #53B356 Fruit Salad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fruit Salad #53B356

Tints of Fruit Salad #53B356

Color information

#53B356 (or 0x53B356) is unknown color: approx Fruit Salad. HEX triplet: 53, B3 and 56. RGB value is (83,179,86). Sum of RGB (Red+Green+Blue) = 83+179+86=348 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.85% from 348); Green value is 179 (70.31% from 255 or 51.44% from 348); Blue value is 86 (33.98% from 255 or 24.71% from 348); Max value from RGB is 179 - color contains mainly: green. Hex color #53B356 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53B356 is #AC4CA9. Grayscale: #8B8B8B. Windows color (decimal): -11291818 or 5682003. OLE color: 5682003.

HSL color Cylindrical-coordinate representation of color #53B356: hue angle of 121.88º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #53B356 is Cyan = 0.54, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.30.

Color convert

RGB8317986-
CMYK0.5400.520.30
HSL121.88º38.71%51.37%-
HSV(B)121.88º53.63%70.2%-
XYZ21.3734.7514.39-
YUV139.6997.787.56-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 83 (32.81% from 255) = 23.85%
GREEN value IS 179 (70.31% from 255) = 51.44%
BLUE value IS 86 (33.98% from 255) = 24.71%
R=23.85%
G=51.44%
B=24.71%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal83179860.5400.520.30121.8838.7151.37
Hex53B356360341E7a2733
Octal12326312666064361724763
Binary10100111011001110101101101100110100111101111010100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53B356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53B356; }

 p { color: rgb(83,179,86); }

 H1.HeaderClassName
 {
   color: #53B356;
 }
 .AnyTagClassName
 {
   color: #53B356;
 }
</style>
background-color css

<style>
 a { background-color: #53B356; }

 a { background-color: rgb(83,179,86); }

 div.DivClassName
 {
   background-color: #53B356;
 }
 .BgClassName
 {
   background-color: #53B356;
 }
</style>
border-color css

<style>
 span { border-color: #53B356; }

 span { border-color: rgb(83,179,86); }

 td.TdClassName
 {
   border-color: #53B356;
 }
 .TagClassName
 {
   border-color: #53B356;
 }
</style>