Html Css Color HEX #519612 Limeade

📋 copy color: '#519612'

red 81 ◦ green 150 ◦ blue 18

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

Shades of Limeade #519612

Tints of Limeade #519612

RGB

 RED value IS 81 (32.03% from 255) = 32.53%

 GREEN value IS 150 (58.98% from 255) = 60.24%

 BLUE value IS 18 (7.42% from 255) = 7.23%

R = 32.53%
G = 60.24%
B = 7.23%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.88

 K value IS 0.41

RGB Variations

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

Color information

#519612 (or 0x519612) is known color: Limeade. HEX triplet: 51, 96 and 12. RGB value is (81,150,18). Sum of RGB (Red+Green+Blue) = 81+150+18=249 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.53% from 249); Green value is 150 (58.98% from 255 or 60.24% from 249); Blue value is 18 (7.42% from 255 or 7.23% from 249); Max value from RGB is 150 - color contains mainly: green. Hex color #519612 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #519612 is #AE69ED. Grayscale: #727272. Windows color (decimal): -11430382 or 1218129. OLE color: 1218129.

HSL color Cylindrical-coordinate representation of color #519612: hue angle of 91.36º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #519612 is Cyan = 0.46, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.41.

Color convert

RGB 81 150 18 -
CMYK 0.46 0 0.88 0.41
HSL 91.36º 0.79% 0.33% -
HSV(B) 91.36º 0.88% 0.59% -
XYZ 14.41 23.61 4.37 -
YUV 114.32 73.64 104.23 -
System Red Green Blue C M Y K H S L
Decimal 81 150 18 0.46 0 0.88 0.41 91.36 0.79 0.33
Hex 51 96 12 2E 0 58 29 5B 4F 21
Octal 121 226 22 56 0 130 51 133 117 41
Binary 1010001 10010110 10010 101110 0 1011000 101001 1011011 1001111 100001

Color Harmonies of #519612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519612

Black with #519612

Text Example


Text Example

White with #519612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519612; }

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

 H1.HeaderClassName
 {
   color: #519612;
 }
 .AnyTagClassName
 {
   color: #519612;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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