#57990C

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

Shades of Limeade #57990C

Tints of Limeade #57990C

Color information

#57990C (or 0x57990C) is unknown color: approx Limeade. HEX triplet: 57, 99 and 0C. RGB value is (87,153,12). Sum of RGB (Red+Green+Blue) = 87+153+12=252 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.52% from 252); Green value is 153 (60.16% from 255 or 60.71% from 252); Blue value is 12 (5.08% from 255 or 4.76% from 252); Max value from RGB is 153 - color contains mainly: green. Hex color #57990C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #57990C is #A866F3. Grayscale: #757575. Windows color (decimal): -11036404 or 825687. OLE color: 825687.

HSL color Cylindrical-coordinate representation of color #57990C: hue angle of 88.09º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #57990C is Cyan = 0.43, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.4.

Color convert

RGB8715312-
CMYK0.4300.920.4
HSL88.09º85.45%32.35%-
HSV(B)88.09º92.16%60%-
XYZ15.3924.844.33-
YUV117.1968.63106.46-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 34.52%
GREEN value IS 153 (60.16% from 255) = 60.71%
BLUE value IS 12 (5.08% from 255) = 4.76%
R=34.52%
G=60.71%
B=4.76%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal87153120.4300.920.488.0985.4532.35
Hex5799C2B05C28585520
Octal127231145301345013012540
Binary10101111001100111001010110101110010100010110001010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57990C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57990C; }

 p { color: rgb(87,153,12); }

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

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

 a { background-color: rgb(87,153,12); }

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

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

 span { border-color: rgb(87,153,12); }

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