#5D9C32

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

Shades of Limeade #5D9C32

Tints of Limeade #5D9C32

Color information

#5D9C32 (or 0x5D9C32) is unknown color: approx Limeade. HEX triplet: 5D, 9C and 32. RGB value is (93,156,50). Sum of RGB (Red+Green+Blue) = 93+156+50=299 (39% of max value = 765). Red value is 93 (36.72% from 255 or 31.10% from 299); Green value is 156 (61.33% from 255 or 52.17% from 299); Blue value is 50 (19.92% from 255 or 16.72% from 299); Max value from RGB is 156 - color contains mainly: green. Hex color #5D9C32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5D9C32 is #A263CD. Grayscale: #7D7D7D. Windows color (decimal): -10642382 or 3316829. OLE color: 3316829.

HSL color Cylindrical-coordinate representation of color #5D9C32: hue angle of 95.66º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5D9C32 is Cyan = 0.40, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.39.

Color convert

RGB9315650-
CMYK0.4000.680.39
HSL95.66º51.46%40.39%-
HSV(B)95.66º67.95%61.18%-
XYZ16.9826.337.21-
YUV125.0885.63105.12-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 31.10%
GREEN value IS 156 (61.33% from 255) = 52.17%
BLUE value IS 50 (19.92% from 255) = 16.72%
R=31.10%
G=52.17%
B=16.72%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal93156500.4000.680.3995.6651.4640.39
Hex5D9C322804427603328
Octal13523462500104471406350
Binary101110110011100110010101000010001001001111100000110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D9C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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