#569529

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

Shades of Limeade #569529

Tints of Limeade #569529

Color information

#569529 (or 0x569529) is unknown color: approx Limeade. HEX triplet: 56, 95 and 29. RGB value is (86,149,41). Sum of RGB (Red+Green+Blue) = 86+149+41=276 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.16% from 276); Green value is 149 (58.59% from 255 or 53.99% from 276); Blue value is 41 (16.41% from 255 or 14.86% from 276); Max value from RGB is 149 - color contains mainly: green. Hex color #569529 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #569529 is #A96AD6. Grayscale: #767676. Windows color (decimal): -11102935 or 2725206. OLE color: 2725206.

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

Color convert

RGB8614941-
CMYK0.4200.720.42
HSL95º56.84%37.25%-
HSV(B)95º72.48%58.43%-
XYZ14.9923.635.87-
YUV117.8584.63105.28-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 31.16%
GREEN value IS 149 (58.59% from 255) = 53.99%
BLUE value IS 41 (16.41% from 255) = 14.86%
R=31.16%
G=53.99%
B=14.86%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal86149410.4200.720.429556.8437.25
Hex5695292A0482A5f3925
Octal12622551520110521377145
Binary101011010010101101001101010010010001010101011111111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #569529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #569529; }

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

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

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

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

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

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

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

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