#57920E

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

Shades of Limeade #57920E

Tints of Limeade #57920E

Color information

#57920E (or 0x57920E) is unknown color: approx Limeade. HEX triplet: 57, 92 and 0E. RGB value is (87,146,14). Sum of RGB (Red+Green+Blue) = 87+146+14=247 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.22% from 247); Green value is 146 (57.42% from 255 or 59.11% from 247); Blue value is 14 (5.86% from 255 or 5.67% from 247); Max value from RGB is 146 - color contains mainly: green. Hex color #57920E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #57920E is #A86DF1. Grayscale: #717171. Windows color (decimal): -11038194 or 954967. OLE color: 954967.

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

Color convert

RGB8714614-
CMYK0.4000.900.43
HSL86.82º82.5%31.37%-
HSV(B)86.82º90.41%57.25%-
XYZ14.2922.624.03-
YUV113.3171.95109.23-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 35.22%
GREEN value IS 146 (57.42% from 255) = 59.11%
BLUE value IS 14 (5.86% from 255) = 5.67%
R=35.22%
G=59.11%
B=5.67%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal87146140.4000.900.4386.8282.531.37
Hex5792E2805A2B57521f
Octal127222165001325312712237
Binary1010111100100101110101000010110101010111010111101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57920E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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