Html Css Color HEX #519514 Limeade

📋 copy color: '#519514'

red 81 ◦ green 149 ◦ blue 20

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

Shades of Limeade #519514

Tints of Limeade #519514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8%

R = 32.4%
G = 59.6%
B = 8%

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

#519514 (or 0x519514) is known color: Limeade. HEX triplet: 51, 95 and 14. RGB value is (81,149,20). Sum of RGB (Red+Green+Blue) = 81+149+20=250 (33% of max value = 765). Red value is 81 (32.03% from 255 or 32.4% from 250); Green value is 149 (58.59% from 255 or 59.6% from 250); Blue value is 20 (8.20% from 255 or 8% from 250); Max value from RGB is 149 - color contains mainly: green. Hex color #519514 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #519514 is #AE6AEB. Grayscale: #727272. Windows color (decimal): -11430636 or 1348945. OLE color: 1348945.

HSL color Cylindrical-coordinate representation of color #519514: hue angle of 91.63º degrees, saturation: 0.76, 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 #519514 is Cyan = 0.46, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.42.

Color convert

RGB 81 149 20 -
CMYK 0.46 0 0.87 0.42
HSL 91.63º 0.76% 0.33% -
HSV(B) 91.63º 0.87% 0.58% -
XYZ 14.27 23.29 4.41 -
YUV 113.96 74.97 104.49 -
System Red Green Blue C M Y K H S L
Decimal 81 149 20 0.46 0 0.87 0.42 91.63 0.76 0.33
Hex 51 95 14 2E 0 57 2A 5C 4C 21
Octal 121 225 24 56 0 127 52 134 114 41
Binary 1010001 10010101 10100 101110 0 1010111 101010 1011100 1001100 100001

Color Harmonies of #519514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519514

Black with #519514

Text Example


Text Example

White with #519514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519514; }

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

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

background-color css

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

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

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

border-color css

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

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

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