#569516

Color #569516 Limeade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Limeade #569516

Tints of Limeade #569516

Color information

#569516 (or 0x569516) is unknown color: approx Limeade. HEX triplet: 56, 95 and 16. RGB value is (86,149,22). Sum of RGB (Red+Green+Blue) = 86+149+22=257 (34% of max value = 765). Red value is 86 (33.98% from 255 or 33.46% from 257); Green value is 149 (58.59% from 255 or 57.98% from 257); Blue value is 22 (8.98% from 255 or 8.56% from 257); Max value from RGB is 149 - color contains mainly: green. Hex color #569516 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #569516 is #A96AE9. Grayscale: #747474. Windows color (decimal): -11102954 or 1480022. OLE color: 1480022.

HSL color Cylindrical-coordinate representation of color #569516: hue angle of 89.76º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #569516 is Cyan = 0.42, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.42.

Color convert

RGB8614922-
CMYK0.4200.850.42
HSL89.76º74.27%33.53%-
HSV(B)89.76º85.23%58.43%-
XYZ14.7323.534.52-
YUV115.6875.13106.83-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 33.46%
GREEN value IS 149 (58.59% from 255) = 57.98%
BLUE value IS 22 (8.98% from 255) = 8.56%
R=33.46%
G=57.98%
B=8.56%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal86149220.4200.850.4289.7674.2733.53
Hex5695162A0552A5a4a22
Octal126225265201255213211242
Binary101011010010101101101010100101010110101010110101001010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #569516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #569516; }

 p { color: rgb(86,149,22); }

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

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

 a { background-color: rgb(86,149,22); }

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

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

 span { border-color: rgb(86,149,22); }

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