#57940D

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

Shades of Limeade #57940D

Tints of Limeade #57940D

Color information

#57940D (or 0x57940D) is unknown color: approx Limeade. HEX triplet: 57, 94 and 0D. RGB value is (87,148,13). Sum of RGB (Red+Green+Blue) = 87+148+13=248 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.08% from 248); Green value is 148 (58.20% from 255 or 59.68% from 248); Blue value is 13 (5.47% from 255 or 5.24% from 248); Max value from RGB is 148 - color contains mainly: green. Hex color #57940D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #57940D is #A86BF2. Grayscale: #727272. Windows color (decimal): -11037683 or 889943. OLE color: 889943.

HSL color Cylindrical-coordinate representation of color #57940D: hue angle of 87.11º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #57940D is Cyan = 0.41, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB8714813-
CMYK0.4100.910.42
HSL87.11º83.85%31.57%-
HSV(B)87.11º91.22%58.04%-
XYZ14.5923.244.1-
YUV114.3770.79108.48-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 35.08%
GREEN value IS 148 (58.20% from 255) = 59.68%
BLUE value IS 13 (5.47% from 255) = 5.24%
R=35.08%
G=59.68%
B=5.24%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal87148130.4100.910.4287.1183.8531.57
Hex5794D2905B2A575420
Octal127224155101335212712440
Binary10101111001010011011010010101101110101010101111010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57940D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57940D; }

 p { color: rgb(87,148,13); }

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

<style>
 a { background-color: #57940D; }

 a { background-color: rgb(87,148,13); }

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

<style>
 span { border-color: #57940D; }

 span { border-color: rgb(87,148,13); }

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