#5E963A

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

Shades of Limeade #5E963A

Tints of Limeade #5E963A

Color information

#5E963A (or 0x5E963A) is unknown color: approx Limeade. HEX triplet: 5E, 96 and 3A. RGB value is (94,150,58). Sum of RGB (Red+Green+Blue) = 94+150+58=302 (40% of max value = 765). Red value is 94 (37.11% from 255 or 31.13% from 302); Green value is 150 (58.98% from 255 or 49.67% from 302); Blue value is 58 (23.05% from 255 or 19.21% from 302); Max value from RGB is 150 - color contains mainly: green. Hex color #5E963A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E963A is #A169C5. Grayscale: #7B7B7B. Windows color (decimal): -10578374 or 3839582. OLE color: 3839582.

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

Color convert

RGB9415058-
CMYK0.3700.610.41
HSL96.52º44.23%40.78%-
HSV(B)96.52º61.33%58.82%-
XYZ16.2924.57.87-
YUV122.7791.45107.48-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 31.13%
GREEN value IS 150 (58.98% from 255) = 49.67%
BLUE value IS 58 (23.05% from 255) = 19.21%
R=31.13%
G=49.67%
B=19.21%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal94150580.3700.610.4196.5244.2340.78
Hex5E963A2503D29612c29
Octal1362267245075511415451
Binary10111101001011011101010010101111011010011100001101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E963A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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