#519310

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

Shades of Limeade #519310

Tints of Limeade #519310

Color information

#519310 (or 0x519310) is unknown color: approx Limeade. HEX triplet: 51, 93 and 10. RGB value is (81,147,16). Sum of RGB (Red+Green+Blue) = 81+147+16=244 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.20% from 244); Green value is 147 (57.81% from 255 or 60.25% from 244); Blue value is 16 (6.64% from 255 or 6.56% from 244); Max value from RGB is 147 - color contains mainly: green. Hex color #519310 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #519310 is #AE6CEF. Grayscale: #707070. Windows color (decimal): -11431152 or 1086289. OLE color: 1086289.

HSL color Cylindrical-coordinate representation of color #519310: hue angle of 90.23º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #519310 is Cyan = 0.45, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.42.

Color convert

RGB8114716-
CMYK0.4500.890.42
HSL90.23º80.37%31.96%-
HSV(B)90.23º89.12%57.65%-
XYZ13.9222.654.13-
YUV112.3373.63105.65-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 33.20%
GREEN value IS 147 (57.81% from 255) = 60.25%
BLUE value IS 16 (6.64% from 255) = 6.56%
R=33.20%
G=60.25%
B=6.56%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal81147160.4500.890.4290.2380.3731.96
Hex5193102D0592A5a5020
Octal121223205501315213212040
Binary101000110010011100001011010101100110101010110101010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #519310; }

 p { color: rgb(81,147,16); }

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

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

 a { background-color: rgb(81,147,16); }

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

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

 span { border-color: rgb(81,147,16); }

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