#5D953C

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

Shades of Limeade #5D953C

Tints of Limeade #5D953C

Color information

#5D953C (or 0x5D953C) is unknown color: approx Limeade. HEX triplet: 5D, 95 and 3C. RGB value is (93,149,60). Sum of RGB (Red+Green+Blue) = 93+149+60=302 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.79% from 302); Green value is 149 (58.59% from 255 or 49.34% from 302); Blue value is 60 (23.83% from 255 or 19.87% from 302); Max value from RGB is 149 - color contains mainly: green. Hex color #5D953C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5D953C is #A26AC3. Grayscale: #7A7A7A. Windows color (decimal): -10644164 or 3970397. OLE color: 3970397.

HSL color Cylindrical-coordinate representation of color #5D953C: hue angle of 97.75º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5D953C is Cyan = 0.38, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.42.

Color convert

RGB9314960-
CMYK0.3800.600.42
HSL97.75º42.58%40.98%-
HSV(B)97.75º59.73%58.43%-
XYZ16.0824.158.09-
YUV122.1192.95107.24-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 30.79%
GREEN value IS 149 (58.59% from 255) = 49.34%
BLUE value IS 60 (23.83% from 255) = 19.87%
R=30.79%
G=49.34%
B=19.87%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal93149600.3800.600.4297.7542.5840.98
Hex5D953C2603C2A622b29
Octal1352257446074521425351
Binary10111011001010111110010011001111001010101100010101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D953C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,149,60); }

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

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

 a { background-color: rgb(93,149,60); }

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

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

 span { border-color: rgb(93,149,60); }

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