#5D961E

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

Shades of Limeade #5D961E

Tints of Limeade #5D961E

Color information

#5D961E (or 0x5D961E) is unknown color: approx Limeade. HEX triplet: 5D, 96 and 1E. RGB value is (93,150,30). Sum of RGB (Red+Green+Blue) = 93+150+30=273 (36% of max value = 765). Red value is 93 (36.72% from 255 or 34.07% from 273); Green value is 150 (58.98% from 255 or 54.95% from 273); Blue value is 30 (12.11% from 255 or 10.99% from 273); Max value from RGB is 150 - color contains mainly: green. Hex color #5D961E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5D961E is #A269E1. Grayscale: #777777. Windows color (decimal): -10643938 or 2004573. OLE color: 2004573.

HSL color Cylindrical-coordinate representation of color #5D961E: hue angle of 88.5º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5D961E is Cyan = 0.38, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.41.

Color convert

RGB9315030-
CMYK0.3800.800.41
HSL88.5º66.67%35.29%-
HSV(B)88.5º80%58.82%-
XYZ15.6524.235.08-
YUV119.2877.62109.26-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 34.07%
GREEN value IS 150 (58.98% from 255) = 54.95%
BLUE value IS 30 (12.11% from 255) = 10.99%
R=34.07%
G=54.95%
B=10.99%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal93150300.3800.800.4188.566.6735.29
Hex5D961E2605029584323
Octal135226364601205113010343
Binary101110110010110111101001100101000010100110110001000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D961E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,150,30); }

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

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

 a { background-color: rgb(93,150,30); }

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

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

 span { border-color: rgb(93,150,30); }

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