Html Css Color HEX #519519 Limeade

📋 copy color: '#519519'

red 81 ◦ green 149 ◦ blue 25

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

Shades of Limeade #519519

Tints of Limeade #519519

RGB

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

 GREEN value IS 149 (58.59% from 255) = 58.43%

 BLUE value IS 25 (10.16% from 255) = 9.8%

R = 31.76%
G = 58.43%
B = 9.8%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.83

 K value IS 0.42

RGB Variations

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

Color information

#519519 (or 0x519519) is known color: Limeade. HEX triplet: 51, 95 and 19. RGB value is (81,149,25). Sum of RGB (Red+Green+Blue) = 81+149+25=255 (33% of max value = 765). Red value is 81 (32.03% from 255 or 31.76% from 255); Green value is 149 (58.59% from 255 or 58.43% from 255); Blue value is 25 (10.16% from 255 or 9.80% from 255); Max value from RGB is 149 - color contains mainly: green. Hex color #519519 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #519519 is #AE6AE6. Grayscale: #727272. Windows color (decimal): -11430631 or 1676625. OLE color: 1676625.

HSL color Cylindrical-coordinate representation of color #519519: hue angle of 92.9º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #519519 is Cyan = 0.46, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.42.

Color convert

RGB 81 149 25 -
CMYK 0.46 0 0.83 0.42
HSL 92.9º 0.71% 0.34% -
HSV(B) 92.9º 0.83% 0.58% -
XYZ 14.32 23.31 4.67 -
YUV 114.53 77.47 104.08 -
System Red Green Blue C M Y K H S L
Decimal 81 149 25 0.46 0 0.83 0.42 92.9 0.71 0.34
Hex 51 95 19 2E 0 53 2A 5D 47 22
Octal 121 225 31 56 0 123 52 135 107 42
Binary 1010001 10010101 11001 101110 0 1010011 101010 1011101 1000111 100010

Color Harmonies of #519519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519519

Black with #519519

Text Example


Text Example

White with #519519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519519; }

 p { color: rgb(81,149,25); }

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

background-color css

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

 a { background-color: rgb(81,149,25); }

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

border-color css

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

 span { border-color: rgb(81,149,25); }

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