#5D9F15

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

Shades of Limeade #5D9F15

Tints of Limeade #5D9F15

Color information

#5D9F15 (or 0x5D9F15) is unknown color: approx Limeade. HEX triplet: 5D, 9F and 15. RGB value is (93,159,21). Sum of RGB (Red+Green+Blue) = 93+159+21=273 (36% of max value = 765). Red value is 93 (36.72% from 255 or 34.07% from 273); Green value is 159 (62.5% from 255 or 58.24% from 273); Blue value is 21 (8.59% from 255 or 7.69% from 273); Max value from RGB is 159 - color contains mainly: green. Hex color #5D9F15 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5D9F15 is #A260EA. Grayscale: #7C7C7C. Windows color (decimal): -10641643 or 1417053. OLE color: 1417053.

HSL color Cylindrical-coordinate representation of color #5D9F15: hue angle of 88.7º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5D9F15 is Cyan = 0.42, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.38.

Color convert

RGB9315921-
CMYK0.4200.870.38
HSL88.7º76.67%35.29%-
HSV(B)88.7º86.79%62.35%-
XYZ17.0527.185.06-
YUV123.5370.13106.22-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 34.07%
GREEN value IS 159 (62.5% from 255) = 58.24%
BLUE value IS 21 (8.59% from 255) = 7.69%
R=34.07%
G=58.24%
B=7.69%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal93159210.4200.870.3888.776.6735.29
Hex5D9F152A05726594d23
Octal135237255201274613111543
Binary101110110011111101011010100101011110011010110011001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D9F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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