#509115

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

Shades of Limeade #509115

Tints of Limeade #509115

Color information

#509115 (or 0x509115) is unknown color: approx Limeade. HEX triplet: 50, 91 and 15. RGB value is (80,145,21). Sum of RGB (Red+Green+Blue) = 80+145+21=246 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.52% from 246); Green value is 145 (57.03% from 255 or 58.94% from 246); Blue value is 21 (8.59% from 255 or 8.54% from 246); Max value from RGB is 145 - color contains mainly: green. Hex color #509115 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #509115 is #AF6EEA. Grayscale: #6F6F6F. Windows color (decimal): -11497195 or 1413456. OLE color: 1413456.

HSL color Cylindrical-coordinate representation of color #509115: hue angle of 91.45º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #509115 is Cyan = 0.45, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.43.

Color convert

RGB8014521-
CMYK0.4500.860.43
HSL91.45º74.7%32.55%-
HSV(B)91.45º85.52%56.86%-
XYZ13.5722.014.24-
YUV111.4376.97105.58-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 32.52%
GREEN value IS 145 (57.03% from 255) = 58.94%
BLUE value IS 21 (8.59% from 255) = 8.54%
R=32.52%
G=58.94%
B=8.54%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal80145210.4500.860.4391.4574.732.55
Hex5091152D0562B5b4b21
Octal120221255501265313311341
Binary101000010010001101011011010101011010101110110111001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509115; }

 p { color: rgb(80,145,21); }

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

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

 a { background-color: rgb(80,145,21); }

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

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

 span { border-color: rgb(80,145,21); }

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