#519212

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

Shades of Limeade #519212

Tints of Limeade #519212

Color information

#519212 (or 0x519212) is unknown color: approx Limeade. HEX triplet: 51, 92 and 12. RGB value is (81,146,18). Sum of RGB (Red+Green+Blue) = 81+146+18=245 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.06% from 245); Green value is 146 (57.42% from 255 or 59.59% from 245); Blue value is 18 (7.42% from 255 or 7.35% from 245); Max value from RGB is 146 - color contains mainly: green. Hex color #519212 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #519212 is #AE6DED. Grayscale: #707070. Windows color (decimal): -11431406 or 1217105. OLE color: 1217105.

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

Color convert

RGB8114618-
CMYK0.4500.880.43
HSL90.47º78.05%32.16%-
HSV(B)90.47º87.67%57.25%-
XYZ13.7822.354.16-
YUV111.9774.97105.91-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 33.06%
GREEN value IS 146 (57.42% from 255) = 59.59%
BLUE value IS 18 (7.42% from 255) = 7.35%
R=33.06%
G=59.59%
B=7.35%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal81146180.4500.880.4390.4778.0532.16
Hex5192122D0582B5a4e20
Octal121222225501305313211640
Binary101000110010010100101011010101100010101110110101001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #519212; }

 p { color: rgb(81,146,18); }

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

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

 a { background-color: rgb(81,146,18); }

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

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

 span { border-color: rgb(81,146,18); }

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