Html Css Color HEX #519529 Limeade

📋 copy color: '#519529'

red 81 ◦ green 149 ◦ blue 41

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

Shades of Limeade #519529

Tints of Limeade #519529

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 15.13%

R = 29.89%
G = 54.98%
B = 15.13%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.72

 K value IS 0.42

RGB Variations

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

Color information

#519529 (or 0x519529) is known color: Limeade. HEX triplet: 51, 95 and 29. RGB value is (81,149,41). Sum of RGB (Red+Green+Blue) = 81+149+41=271 (35% of max value = 765). Red value is 81 (32.03% from 255 or 29.89% from 271); Green value is 149 (58.59% from 255 or 54.98% from 271); Blue value is 41 (16.41% from 255 or 15.13% from 271); Max value from RGB is 149 - color contains mainly: green. Hex color #519529 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #519529 is #AE6AD6. Grayscale: #747474. Windows color (decimal): -11430615 or 2725201. OLE color: 2725201.

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

Color convert

RGB 81 149 41 -
CMYK 0.46 0 0.72 0.42
HSL 97.78º 0.57% 0.37% -
HSV(B) 97.78º 0.72% 0.58% -
XYZ 14.54 23.4 5.85 -
YUV 116.36 85.47 102.78 -
System Red Green Blue C M Y K H S L
Decimal 81 149 41 0.46 0 0.72 0.42 97.78 0.57 0.37
Hex 51 95 29 2E 0 48 2A 62 39 25
Octal 121 225 51 56 0 110 52 142 71 45
Binary 1010001 10010101 101001 101110 0 1001000 101010 1100010 111001 100101

Color Harmonies of #519529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519529

Black with #519529

Text Example


Text Example

White with #519529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519529; }

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

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

background-color css

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

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

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

border-color css

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

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

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