#57943C

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

Shades of Limeade #57943C

Tints of Limeade #57943C

Color information

#57943C (or 0x57943C) is unknown color: approx Limeade. HEX triplet: 57, 94 and 3C. RGB value is (87,148,60). Sum of RGB (Red+Green+Blue) = 87+148+60=295 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.49% from 295); Green value is 148 (58.20% from 255 or 50.17% from 295); Blue value is 60 (23.83% from 255 or 20.34% from 295); Max value from RGB is 148 - color contains mainly: green. Hex color #57943C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #57943C is #A86BC3. Grayscale: #787878. Windows color (decimal): -11037636 or 3970135. OLE color: 3970135.

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

Color convert

RGB8714860-
CMYK0.4100.590.42
HSL101.59º42.31%40.78%-
HSV(B)101.59º59.46%58.04%-
XYZ15.3423.538.01-
YUV119.7394.29104.66-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 29.49%
GREEN value IS 148 (58.20% from 255) = 50.17%
BLUE value IS 60 (23.83% from 255) = 20.34%
R=29.49%
G=50.17%
B=20.34%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal87148600.4100.590.42101.5942.3140.78
Hex57943C2903B2A662a29
Octal1272247451073521465251
Binary10101111001010011110010100101110111010101100110101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57943C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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