#5D9D33

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

Shades of Limeade #5D9D33

Tints of Limeade #5D9D33

Color information

#5D9D33 (or 0x5D9D33) is unknown color: approx Limeade. HEX triplet: 5D, 9D and 33. RGB value is (93,157,51). Sum of RGB (Red+Green+Blue) = 93+157+51=301 (39% of max value = 765). Red value is 93 (36.72% from 255 or 30.90% from 301); Green value is 157 (61.72% from 255 or 52.16% from 301); Blue value is 51 (20.31% from 255 or 16.94% from 301); Max value from RGB is 157 - color contains mainly: green. Hex color #5D9D33 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5D9D33 is #A262CC. Grayscale: #7E7E7E. Windows color (decimal): -10642125 or 3382621. OLE color: 3382621.

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

Color convert

RGB9315751-
CMYK0.4100.680.38
HSL96.23º50.96%40.78%-
HSV(B)96.23º67.52%61.57%-
XYZ17.1726.687.38-
YUV125.7885.8104.62-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 30.90%
GREEN value IS 157 (61.72% from 255) = 52.16%
BLUE value IS 51 (20.31% from 255) = 16.94%
R=30.90%
G=52.16%
B=16.94%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal93157510.4100.680.3896.2350.9640.78
Hex5D9D332904426603329
Octal13523563510104461406351
Binary101110110011101110011101001010001001001101100000110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D9D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,157,51); }

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

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

 a { background-color: rgb(93,157,51); }

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

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

 span { border-color: rgb(93,157,51); }

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