#56A74F

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

Shades of Fruit Salad #56A74F

Tints of Fruit Salad #56A74F

Color information

#56A74F (or 0x56A74F) is unknown color: approx Fruit Salad. HEX triplet: 56, A7 and 4F. RGB value is (86,167,79). Sum of RGB (Red+Green+Blue) = 86+167+79=332 (43% of max value = 765). Red value is 86 (33.98% from 255 or 25.90% from 332); Green value is 167 (65.62% from 255 or 50.30% from 332); Blue value is 79 (31.25% from 255 or 23.80% from 332); Max value from RGB is 167 - color contains mainly: green. Hex color #56A74F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56A74F is #A958B0. Grayscale: #858585. Windows color (decimal): -11098289 or 5220182. OLE color: 5220182.

HSL color Cylindrical-coordinate representation of color #56A74F: hue angle of 115.23º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #56A74F is Cyan = 0.49, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.35.

Color convert

RGB8616779-
CMYK0.4900.530.35
HSL115.23º35.77%48.24%-
HSV(B)115.23º52.69%65.49%-
XYZ19.0730.1812.22-
YUV132.7597.6694.66-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.90%
GREEN value IS 167 (65.62% from 255) = 50.30%
BLUE value IS 79 (31.25% from 255) = 23.80%
R=25.90%
G=50.30%
B=23.80%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal86167790.4900.530.35115.2335.7748.24
Hex56A74F3103523732430
Octal12624711761065431634460
Binary101011010100111100111111000101101011000111110011100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56A74F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,167,79); }

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

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

 a { background-color: rgb(86,167,79); }

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

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

 span { border-color: rgb(86,167,79); }

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