Html Css Color HEX #519513 Limeade

📋 copy color: '#519513'

red 81 ◦ green 149 ◦ blue 19

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

Shades of Limeade #519513

Tints of Limeade #519513

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.63%

R = 32.53%
G = 59.84%
B = 7.63%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#519513 (or 0x519513) is known color: Limeade. HEX triplet: 51, 95 and 13. RGB value is (81,149,19). Sum of RGB (Red+Green+Blue) = 81+149+19=249 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.53% from 249); Green value is 149 (58.59% from 255 or 59.84% from 249); Blue value is 19 (7.81% from 255 or 7.63% from 249); Max value from RGB is 149 - color contains mainly: green. Hex color #519513 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #519513 is #AE6AEC. Grayscale: #727272. Windows color (decimal): -11430637 or 1283409. OLE color: 1283409.

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

Color convert

RGB 81 149 19 -
CMYK 0.46 0 0.87 0.42
HSL 91.38º 0.77% 0.33% -
HSV(B) 91.38º 0.87% 0.58% -
XYZ 14.26 23.29 4.36 -
YUV 113.85 74.47 104.57 -
System Red Green Blue C M Y K H S L
Decimal 81 149 19 0.46 0 0.87 0.42 91.38 0.77 0.33
Hex 51 95 13 2E 0 57 2A 5B 4D 21
Octal 121 225 23 56 0 127 52 133 115 41
Binary 1010001 10010101 10011 101110 0 1010111 101010 1011011 1001101 100001

Color Harmonies of #519513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519513

Black with #519513

Text Example


Text Example

White with #519513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519513; }

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

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

background-color css

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

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

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

border-color css

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

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

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