#5D962A

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

Shades of Limeade #5D962A

Tints of Limeade #5D962A

Color information

#5D962A (or 0x5D962A) is unknown color: approx Limeade. HEX triplet: 5D, 96 and 2A. RGB value is (93,150,42). Sum of RGB (Red+Green+Blue) = 93+150+42=285 (37% of max value = 765). Red value is 93 (36.72% from 255 or 32.63% from 285); Green value is 150 (58.98% from 255 or 52.63% from 285); Blue value is 42 (16.80% from 255 or 14.74% from 285); Max value from RGB is 150 - color contains mainly: green. Hex color #5D962A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5D962A is #A269D5. Grayscale: #797979. Windows color (decimal): -10643926 or 2791005. OLE color: 2791005.

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

Color convert

RGB9315042-
CMYK0.3800.720.41
HSL91.67º56.25%37.65%-
HSV(B)91.67º72%58.82%-
XYZ15.8424.316.05-
YUV120.6483.62108.28-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 32.63%
GREEN value IS 150 (58.98% from 255) = 52.63%
BLUE value IS 42 (16.80% from 255) = 14.74%
R=32.63%
G=52.63%
B=14.74%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal93150420.3800.720.4191.6756.2537.65
Hex5D962A26048295c3826
Octal13522652460110511347046
Binary101110110010110101010100110010010001010011011100111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D962A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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