#5D9915

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

Shades of Limeade #5D9915

Tints of Limeade #5D9915

Color information

#5D9915 (or 0x5D9915) is unknown color: approx Limeade. HEX triplet: 5D, 99 and 15. RGB value is (93,153,21). Sum of RGB (Red+Green+Blue) = 93+153+21=267 (35% of max value = 765). Red value is 93 (36.72% from 255 or 34.83% from 267); Green value is 153 (60.16% from 255 or 57.30% from 267); Blue value is 21 (8.59% from 255 or 7.87% from 267); Max value from RGB is 153 - color contains mainly: green. Hex color #5D9915 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5D9915 is #A266EA. Grayscale: #787878. Windows color (decimal): -10643179 or 1415517. OLE color: 1415517.

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

Color convert

RGB9315321-
CMYK0.3900.860.4
HSL87.27º75.86%34.12%-
HSV(B)87.27º86.27%60%-
XYZ16.0425.164.72-
YUV120.0172.12108.73-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 34.83%
GREEN value IS 153 (60.16% from 255) = 57.30%
BLUE value IS 21 (8.59% from 255) = 7.87%
R=34.83%
G=57.30%
B=7.87%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal93153210.3900.860.487.2775.8634.12
Hex5D99152705628574c22
Octal135231254701265012711442
Binary101110110011001101011001110101011010100010101111001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D9915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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