#56B252

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

Shades of Fruit Salad #56B252

Tints of Fruit Salad #56B252

Color information

#56B252 (or 0x56B252) is unknown color: approx Fruit Salad. HEX triplet: 56, B2 and 52. RGB value is (86,178,82). Sum of RGB (Red+Green+Blue) = 86+178+82=346 (45% of max value = 765). Red value is 86 (33.98% from 255 or 24.86% from 346); Green value is 178 (69.92% from 255 or 51.45% from 346); Blue value is 82 (32.42% from 255 or 23.70% from 346); Max value from RGB is 178 - color contains mainly: green. Hex color #56B252 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56B252 is #A94DAD. Grayscale: #8B8B8B. Windows color (decimal): -11095470 or 5419606. OLE color: 5419606.

HSL color Cylindrical-coordinate representation of color #56B252: hue angle of 117.5º degrees, saturation: 0.38, 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 #56B252 is Cyan = 0.52, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.30.

Color convert

RGB8617882-
CMYK0.5200.540.30
HSL117.5º38.4%50.98%-
HSV(B)117.5º53.93%69.8%-
XYZ21.2834.4313.51-
YUV139.5595.5289.81-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.86%
GREEN value IS 178 (69.92% from 255) = 51.45%
BLUE value IS 82 (32.42% from 255) = 23.70%
R=24.86%
G=51.45%
B=23.70%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal86178820.5200.540.30117.538.450.98
Hex56B252340361E762633
Octal12626212264066361664663
Binary10101101011001010100101101000110110111101110110100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56B252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56B252; }

 p { color: rgb(86,178,82); }

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

<style>
 a { background-color: #56B252; }

 a { background-color: rgb(86,178,82); }

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

<style>
 span { border-color: #56B252; }

 span { border-color: rgb(86,178,82); }

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