#569504

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

Shades of Limeade #569504

Tints of Limeade #569504

Color information

#569504 (or 0x569504) is unknown color: approx Limeade. HEX triplet: 56, 95 and 04. RGB value is (86,149,4). Sum of RGB (Red+Green+Blue) = 86+149+4=239 (31% of max value = 765). Red value is 86 (33.98% from 255 or 35.98% from 239); Green value is 149 (58.59% from 255 or 62.34% from 239); Blue value is 4 (1.95% from 255 or 1.67% from 239); Max value from RGB is 149 - color contains mainly: green. Hex color #569504 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #569504 is #A96AFB. Grayscale: #727272. Windows color (decimal): -11102972 or 300374. OLE color: 300374.

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

Color convert

RGB861494-
CMYK0.4200.970.42
HSL86.07º94.77%30%-
HSV(B)86.07º97.32%58.43%-
XYZ14.6123.483.88-
YUV113.6366.13108.29-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 35.98%
GREEN value IS 149 (58.59% from 255) = 62.34%
BLUE value IS 4 (1.95% from 255) = 1.67%
R=35.98%
G=62.34%
B=1.67%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal8614940.4200.970.4286.0794.7730
Hex569542A0612A565f1e
Octal12622545201415212613736
Binary101011010010101100101010011000011010101010110101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #569504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #569504; }

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

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

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

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

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

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

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

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