#5D9911

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

Shades of Limeade #5D9911

Tints of Limeade #5D9911

Color information

#5D9911 (or 0x5D9911) is unknown color: approx Limeade. HEX triplet: 5D, 99 and 11. RGB value is (93,153,17). Sum of RGB (Red+Green+Blue) = 93+153+17=263 (34% of max value = 765). Red value is 93 (36.72% from 255 or 35.36% from 263); Green value is 153 (60.16% from 255 or 58.17% from 263); Blue value is 17 (7.03% from 255 or 6.46% from 263); Max value from RGB is 153 - color contains mainly: green. Hex color #5D9911 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5D9911 is #A266EE. Grayscale: #787878. Windows color (decimal): -10643183 or 1153373. OLE color: 1153373.

HSL color Cylindrical-coordinate representation of color #5D9911: hue angle of 86.47º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5D9911 is Cyan = 0.39, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.4.

Color convert

RGB9315317-
CMYK0.3900.890.4
HSL86.47º80%33.33%-
HSV(B)86.47º88.89%60%-
XYZ16.0125.154.54-
YUV119.5670.12109.06-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 35.36%
GREEN value IS 153 (60.16% from 255) = 58.17%
BLUE value IS 17 (7.03% from 255) = 6.46%
R=35.36%
G=58.17%
B=6.46%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal93153170.3900.890.486.478033.33
Hex5D99112705928565021
Octal135231214701315012612041
Binary101110110011001100011001110101100110100010101101010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D9911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,153,17); }

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

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

 a { background-color: rgb(93,153,17); }

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

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

 span { border-color: rgb(93,153,17); }

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