#569420

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

Shades of Limeade #569420

Tints of Limeade #569420

Color information

#569420 (or 0x569420) is unknown color: approx Limeade. HEX triplet: 56, 94 and 20. RGB value is (86,148,32). Sum of RGB (Red+Green+Blue) = 86+148+32=266 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.33% from 266); Green value is 148 (58.20% from 255 or 55.64% from 266); Blue value is 32 (12.89% from 255 or 12.03% from 266); Max value from RGB is 148 - color contains mainly: green. Hex color #569420 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #569420 is #A96BDF. Grayscale: #747474. Windows color (decimal): -11103200 or 2135126. OLE color: 2135126.

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

Color convert

RGB8614832-
CMYK0.4200.780.42
HSL92.07º64.44%35.29%-
HSV(B)92.07º78.38%58.04%-
XYZ14.6923.265.08-
YUV116.2480.46106.43-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 32.33%
GREEN value IS 148 (58.20% from 255) = 55.64%
BLUE value IS 32 (12.89% from 255) = 12.03%
R=32.33%
G=55.64%
B=12.03%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal86148320.4200.780.4292.0764.4435.29
Hex5694202A04E2A5c4023
Octal126224405201165213410043
Binary1010110100101001000001010100100111010101010111001000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #569420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #569420; }

 p { color: rgb(86,148,32); }

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

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

 a { background-color: rgb(86,148,32); }

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

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

 span { border-color: rgb(86,148,32); }

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