#5E9728

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

Shades of Limeade #5E9728

Tints of Limeade #5E9728

Color information

#5E9728 (or 0x5E9728) is unknown color: approx Limeade. HEX triplet: 5E, 97 and 28. RGB value is (94,151,40). Sum of RGB (Red+Green+Blue) = 94+151+40=285 (37% of max value = 765). Red value is 94 (37.11% from 255 or 32.98% from 285); Green value is 151 (59.38% from 255 or 52.98% from 285); Blue value is 40 (16.02% from 255 or 14.04% from 285); Max value from RGB is 151 - color contains mainly: green. Hex color #5E9728 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E9728 is #A168D7. Grayscale: #797979. Windows color (decimal): -10578136 or 2660190. OLE color: 2660190.

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

Color convert

RGB9415140-
CMYK0.3800.740.41
HSL90.81º58.12%37.45%-
HSV(B)90.81º73.51%59.22%-
XYZ16.0724.675.92-
YUV121.382.12108.53-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 32.98%
GREEN value IS 151 (59.38% from 255) = 52.98%
BLUE value IS 40 (16.02% from 255) = 14.04%
R=32.98%
G=52.98%
B=14.04%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal94151400.3800.740.4190.8158.1237.45
Hex5E97282604A295b3a25
Octal13622750460112511337245
Binary101111010010111101000100110010010101010011011011111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E9728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5E9728; }

 p { color: rgb(94,151,40); }

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

<style>
 a { background-color: #5E9728; }

 a { background-color: rgb(94,151,40); }

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

<style>
 span { border-color: #5E9728; }

 span { border-color: rgb(94,151,40); }

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