#5E963D

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

Shades of Limeade #5E963D

Tints of Limeade #5E963D

Color information

#5E963D (or 0x5E963D) is unknown color: approx Limeade. HEX triplet: 5E, 96 and 3D. RGB value is (94,150,61). Sum of RGB (Red+Green+Blue) = 94+150+61=305 (40% of max value = 765). Red value is 94 (37.11% from 255 or 30.82% from 305); Green value is 150 (58.98% from 255 or 49.18% from 305); Blue value is 61 (24.22% from 255 or 20% from 305); Max value from RGB is 150 - color contains mainly: green. Hex color #5E963D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E963D is #A169C2. Grayscale: #7B7B7B. Windows color (decimal): -10578371 or 4036190. OLE color: 4036190.

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

Color convert

RGB9415061-
CMYK0.3700.590.41
HSL97.75º42.18%41.37%-
HSV(B)97.75º59.33%58.82%-
XYZ16.3624.538.29-
YUV123.1192.95107.24-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 30.82%
GREEN value IS 150 (58.98% from 255) = 49.18%
BLUE value IS 61 (24.22% from 255) = 20%
R=30.82%
G=49.18%
B=20%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal94150610.3700.590.4197.7542.1841.37
Hex5E963D2503B29622a29
Octal1362267545073511425251
Binary10111101001011011110110010101110111010011100010101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E963D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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