#569502

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

Shades of Limeade #569502

Tints of Limeade #569502

Color information

#569502 (or 0x569502) is unknown color: approx Limeade. HEX triplet: 56, 95 and 02. RGB value is (86,149,2). Sum of RGB (Red+Green+Blue) = 86+149+2=237 (31% of max value = 765). Red value is 86 (33.98% from 255 or 36.29% from 237); Green value is 149 (58.59% from 255 or 62.87% from 237); Blue value is 2 (1.17% from 255 or 0.84% from 237); Max value from RGB is 149 - color contains mainly: green. Hex color #569502 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #569502 is #A96AFD. Grayscale: #717171. Windows color (decimal): -11102974 or 169302. OLE color: 169302.

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

Color convert

RGB861492-
CMYK0.4200.990.42
HSL85.71º97.35%29.61%-
HSV(B)85.71º98.66%58.43%-
XYZ14.623.483.82-
YUV113.465.13108.45-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 36.29%
GREEN value IS 149 (58.59% from 255) = 62.87%
BLUE value IS 2 (1.17% from 255) = 0.84%
R=36.29%
G=62.87%
B=0.84%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal8614920.4200.990.4285.7197.3529.61
Hex569522A0632A56611e
Octal12622525201435212614136
Binary10101101001010110101010011000111010101010110110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #569502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #569502; }

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

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

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

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

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

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

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

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