#57920C

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

Shades of Limeade #57920C

Tints of Limeade #57920C

Color information

#57920C (or 0x57920C) is unknown color: approx Limeade. HEX triplet: 57, 92 and 0C. RGB value is (87,146,12). Sum of RGB (Red+Green+Blue) = 87+146+12=245 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.51% from 245); Green value is 146 (57.42% from 255 or 59.59% from 245); Blue value is 12 (5.08% from 255 or 4.90% from 245); Max value from RGB is 146 - color contains mainly: green. Hex color #57920C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #57920C is #A86DF3. Grayscale: #717171. Windows color (decimal): -11038196 or 823895. OLE color: 823895.

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

Color convert

RGB8714612-
CMYK0.4000.920.43
HSL86.42º84.81%30.98%-
HSV(B)86.42º91.78%57.25%-
XYZ14.2822.613.96-
YUV113.0870.95109.4-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 35.51%
GREEN value IS 146 (57.42% from 255) = 59.59%
BLUE value IS 12 (5.08% from 255) = 4.90%
R=35.51%
G=59.59%
B=4.90%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal87146120.4000.920.4386.4284.8130.98
Hex5792C2805C2B56551f
Octal127222145001345312612537
Binary1010111100100101100101000010111001010111010110101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57920C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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