#519115

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

Shades of Limeade #519115

Tints of Limeade #519115

Color information

#519115 (or 0x519115) is unknown color: approx Limeade. HEX triplet: 51, 91 and 15. RGB value is (81,145,21). Sum of RGB (Red+Green+Blue) = 81+145+21=247 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.79% from 247); Green value is 145 (57.03% from 255 or 58.70% from 247); Blue value is 21 (8.59% from 255 or 8.50% from 247); Max value from RGB is 145 - color contains mainly: green. Hex color #519115 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #519115 is #AE6EEA. Grayscale: #707070. Windows color (decimal): -11431659 or 1413457. OLE color: 1413457.

HSL color Cylindrical-coordinate representation of color #519115: hue angle of 90.97º 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 #519115 is Cyan = 0.44, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.43.

Color convert

RGB8114521-
CMYK0.4400.860.43
HSL90.97º74.7%32.55%-
HSV(B)90.97º85.52%56.86%-
XYZ13.6522.054.25-
YUV111.7376.8106.08-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 32.79%
GREEN value IS 145 (57.03% from 255) = 58.70%
BLUE value IS 21 (8.59% from 255) = 8.50%
R=32.79%
G=58.70%
B=8.50%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal81145210.4400.860.4390.9774.732.55
Hex5191152C0562B5b4b21
Octal121221255401265313311341
Binary101000110010001101011011000101011010101110110111001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #519115; }

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

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

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

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

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

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

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

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