#5E962C

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

Shades of Limeade #5E962C

Tints of Limeade #5E962C

Color information

#5E962C (or 0x5E962C) is unknown color: approx Limeade. HEX triplet: 5E, 96 and 2C. RGB value is (94,150,44). Sum of RGB (Red+Green+Blue) = 94+150+44=288 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.64% from 288); Green value is 150 (58.98% from 255 or 52.08% from 288); Blue value is 44 (17.58% from 255 or 15.28% from 288); Max value from RGB is 150 - color contains mainly: green. Hex color #5E962C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E962C is #A169D3. Grayscale: #797979. Windows color (decimal): -10578388 or 2922078. OLE color: 2922078.

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

Color convert

RGB9415044-
CMYK0.3700.710.41
HSL91.7º54.64%38.04%-
HSV(B)91.7º70.67%58.82%-
XYZ15.9824.376.25-
YUV121.1784.45108.62-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 32.64%
GREEN value IS 150 (58.98% from 255) = 52.08%
BLUE value IS 44 (17.58% from 255) = 15.28%
R=32.64%
G=52.08%
B=15.28%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal94150440.3700.710.4191.754.6438.04
Hex5E962C25047295c3726
Octal13622654450107511346746
Binary101111010010110101100100101010001111010011011100110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E962C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,150,44); }

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

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

 a { background-color: rgb(94,150,44); }

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

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

 span { border-color: rgb(94,150,44); }

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