#579420

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

Shades of Limeade #579420

Tints of Limeade #579420

Color information

#579420 (or 0x579420) is unknown color: approx Limeade. HEX triplet: 57, 94 and 20. RGB value is (87,148,32). Sum of RGB (Red+Green+Blue) = 87+148+32=267 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.58% from 267); Green value is 148 (58.20% from 255 or 55.43% from 267); Blue value is 32 (12.89% from 255 or 11.99% from 267); Max value from RGB is 148 - color contains mainly: green. Hex color #579420 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #579420 is #A86BDF. Grayscale: #747474. Windows color (decimal): -11037664 or 2135127. OLE color: 2135127.

HSL color Cylindrical-coordinate representation of color #579420: hue angle of 91.55º 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 #579420 is Cyan = 0.41, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.42.

Color convert

RGB8714832-
CMYK0.4100.780.42
HSL91.55º64.44%35.29%-
HSV(B)91.55º78.38%58.04%-
XYZ14.7823.315.09-
YUV116.5480.29106.93-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 32.58%
GREEN value IS 148 (58.20% from 255) = 55.43%
BLUE value IS 32 (12.89% from 255) = 11.99%
R=32.58%
G=55.43%
B=11.99%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal87148320.4100.780.4291.5564.4435.29
Hex5794202904E2A5c4023
Octal127224405101165213410043
Binary1010111100101001000001010010100111010101010111001000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #579420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #579420; }

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

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

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

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

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

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

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

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