Html Css Color HEX #519520 Limeade

📋 copy color: '#519520'

red 81 ◦ green 149 ◦ blue 32

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

Shades of Limeade #519520

Tints of Limeade #519520

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 12.21%

R = 30.92%
G = 56.87%
B = 12.21%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.79

 K value IS 0.42

RGB Variations

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

Color information

#519520 (or 0x519520) is known color: Limeade. HEX triplet: 51, 95 and 20. RGB value is (81,149,32). Sum of RGB (Red+Green+Blue) = 81+149+32=262 (34% of max value = 765). Red value is 81 (32.03% from 255 or 30.92% from 262); Green value is 149 (58.59% from 255 or 56.87% from 262); Blue value is 32 (12.89% from 255 or 12.21% from 262); Max value from RGB is 149 - color contains mainly: green. Hex color #519520 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #519520 is #AE6ADF. Grayscale: #737373. Windows color (decimal): -11430624 or 2135377. OLE color: 2135377.

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

Color convert

RGB 81 149 32 -
CMYK 0.46 0 0.79 0.42
HSL 94.87º 0.65% 0.35% -
HSV(B) 94.87º 0.79% 0.58% -
XYZ 14.4 23.35 5.11 -
YUV 115.33 80.97 103.51 -
System Red Green Blue C M Y K H S L
Decimal 81 149 32 0.46 0 0.79 0.42 94.87 0.65 0.35
Hex 51 95 20 2E 0 4F 2A 5F 41 23
Octal 121 225 40 56 0 117 52 137 101 43
Binary 1010001 10010101 100000 101110 0 1001111 101010 1011111 1000001 100011

Color Harmonies of #519520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519520

Black with #519520

Text Example


Text Example

White with #519520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519520; }

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

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

background-color css

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

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

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

border-color css

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

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

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