#57970A

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

Shades of Limeade #57970A

Tints of Limeade #57970A

Color information

#57970A (or 0x57970A) is unknown color: approx Limeade. HEX triplet: 57, 97 and 0A. RGB value is (87,151,10). Sum of RGB (Red+Green+Blue) = 87+151+10=248 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.08% from 248); Green value is 151 (59.38% from 255 or 60.89% from 248); Blue value is 10 (4.30% from 255 or 4.03% from 248); Max value from RGB is 151 - color contains mainly: green. Hex color #57970A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #57970A is #A868F5. Grayscale: #747474. Windows color (decimal): -11036918 or 694103. OLE color: 694103.

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

Color convert

RGB8715110-
CMYK0.4200.930.41
HSL87.23º87.58%31.57%-
HSV(B)87.23º93.38%59.22%-
XYZ15.0524.184.16-
YUV115.7968.3107.46-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 35.08%
GREEN value IS 151 (59.38% from 255) = 60.89%
BLUE value IS 10 (4.30% from 255) = 4.03%
R=35.08%
G=60.89%
B=4.03%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal87151100.4200.930.4187.2387.5831.57
Hex5797A2A05D29575820
Octal127227125201355112713040
Binary10101111001011110101010100101110110100110101111011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57970A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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