#519529

Color #519529 Limeade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Limeade #519529

Tints of Limeade #519529

Color information

#519529 (or 0x519529) is unknown color: approx 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

RGB8114941-
CMYK0.4600.720.42
HSL97.78º56.84%37.25%-
HSV(B)97.78º72.48%58.43%-
XYZ14.5423.45.85-
YUV116.3685.47102.78-

RGB Variations

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

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 (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal81149410.4600.720.4297.7856.8437.25
Hex5195292E0482A623925
Octal12122551560110521427145
Binary101000110010101101001101110010010001010101100010111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>