#57980A

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

Shades of Limeade #57980A

Tints of Limeade #57980A

Color information

#57980A (or 0x57980A) is unknown color: approx Limeade. HEX triplet: 57, 98 and 0A. RGB value is (87,152,10). Sum of RGB (Red+Green+Blue) = 87+152+10=249 (32% of max value = 765). Red value is 87 (34.38% from 255 or 34.94% from 249); Green value is 152 (59.77% from 255 or 61.04% from 249); Blue value is 10 (4.30% from 255 or 4.02% from 249); Max value from RGB is 152 - color contains mainly: green. Hex color #57980A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #57980A is #A867F5. Grayscale: #747474. Windows color (decimal): -11036662 or 694359. OLE color: 694359.

HSL color Cylindrical-coordinate representation of color #57980A: hue angle of 87.46º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #57980A is Cyan = 0.43, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.40.

Color convert

RGB8715210-
CMYK0.4300.930.40
HSL87.46º87.65%31.76%-
HSV(B)87.46º93.42%59.61%-
XYZ15.2124.54.22-
YUV116.3867.97107.05-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 34.94%
GREEN value IS 152 (59.77% from 255) = 61.04%
BLUE value IS 10 (4.30% from 255) = 4.02%
R=34.94%
G=61.04%
B=4.02%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal87152100.4300.930.4087.4687.6531.76
Hex5798A2B05D28575820
Octal127230125301355012713040
Binary10101111001100010101010110101110110100010101111011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57980A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57980A; }

 p { color: rgb(87,152,10); }

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

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

 a { background-color: rgb(87,152,10); }

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

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

 span { border-color: rgb(87,152,10); }

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