#5D9D32

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

Shades of Limeade #5D9D32

Tints of Limeade #5D9D32

Color information

#5D9D32 (or 0x5D9D32) is unknown color: approx Limeade. HEX triplet: 5D, 9D and 32. RGB value is (93,157,50). Sum of RGB (Red+Green+Blue) = 93+157+50=300 (39% of max value = 765). Red value is 93 (36.72% from 255 or 31% from 300); Green value is 157 (61.72% from 255 or 52.33% from 300); Blue value is 50 (19.92% from 255 or 16.67% from 300); Max value from RGB is 157 - color contains mainly: green. Hex color #5D9D32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5D9D32 is #A262CD. Grayscale: #7E7E7E. Windows color (decimal): -10642126 or 3317085. OLE color: 3317085.

HSL color Cylindrical-coordinate representation of color #5D9D32: hue angle of 95.89º degrees, saturation: 0.52, 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 #5D9D32 is Cyan = 0.41, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.38.

Color convert

RGB9315750-
CMYK0.4100.680.38
HSL95.89º51.69%40.59%-
HSV(B)95.89º68.15%61.57%-
XYZ17.1526.677.26-
YUV125.6785.3104.7-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 31%
GREEN value IS 157 (61.72% from 255) = 52.33%
BLUE value IS 50 (19.92% from 255) = 16.67%
R=31%
G=52.33%
B=16.67%

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
Decimal93157500.4100.680.3895.8951.6940.59
Hex5D9D322904426603429
Octal13523562510104461406451
Binary101110110011101110010101001010001001001101100000110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D9D32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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