Html Css Color HEX #519420 Limeade

📋 copy color: '#519420'

red 81 ◦ green 148 ◦ blue 32

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

Shades of Limeade #519420

Tints of Limeade #519420

RGB

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

 GREEN value IS 148 (58.2% from 255) = 56.7%

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

R = 31.03%
G = 56.7%
B = 12.26%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.78

 K value IS 0.42

RGB Variations

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

Color information

#519420 (or 0x519420) is known color: Limeade. HEX triplet: 51, 94 and 20. RGB value is (81,148,32). Sum of RGB (Red+Green+Blue) = 81+148+32=261 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.03% from 261); Green value is 148 (58.20% from 255 or 56.70% from 261); Blue value is 32 (12.89% from 255 or 12.26% from 261); Max value from RGB is 148 - color contains mainly: green. Hex color #519420 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #519420 is #AE6BDF. Grayscale: #737373. Windows color (decimal): -11430880 or 2135121. OLE color: 2135121.

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

Color convert

RGB 81 148 32 -
CMYK 0.45 0 0.78 0.42
HSL 94.66º 0.64% 0.35% -
HSV(B) 94.66º 0.78% 0.58% -
XYZ 14.24 23.03 5.06 -
YUV 114.74 81.3 103.93 -
System Red Green Blue C M Y K H S L
Decimal 81 148 32 0.45 0 0.78 0.42 94.66 0.64 0.35
Hex 51 94 20 2D 0 4E 2A 5F 40 23
Octal 121 224 40 55 0 116 52 137 100 43
Binary 1010001 10010100 100000 101101 0 1001110 101010 1011111 1000000 100011

Color Harmonies of #519420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519420

Black with #519420

Text Example


Text Example

White with #519420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519420; }

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

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

background-color css

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

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

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

border-color css

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

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

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