Html Css Color HEX #519212 Limeade

📋 copy color: '#519212'

red 81 ◦ green 146 ◦ blue 18

#519212
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Limeade #519212

Tints of Limeade #519212

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 value IS 0.45

 M value IS 0

 Y value IS 0.88

 K value IS 0.43

RGB Variations

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

Color information

#519212 (or 0x519212) is known color: 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

RGB 81 146 18 -
CMYK 0.45 0 0.88 0.43
HSL 90.47º 0.78% 0.32% -
HSV(B) 90.47º 0.88% 0.57% -
XYZ 13.78 22.35 4.16 -
YUV 111.97 74.97 105.91 -
System Red Green Blue C M Y K H S L
Decimal 81 146 18 0.45 0 0.88 0.43 90.47 0.78 0.32
Hex 51 92 12 2D 0 58 2B 5A 4E 20
Octal 121 222 22 55 0 130 53 132 116 40
Binary 1010001 10010010 10010 101101 0 1011000 101011 1011010 1001110 100000

Color Harmonies of #519212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519212

Black with #519212

Text Example


Text Example

White with #519212

Text Example


Text Example

HTML Codes & Css Web 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>