#519605

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

Shades of Limeade #519605

Tints of Limeade #519605

Color information

#519605 (or 0x519605) is unknown color: approx Limeade. HEX triplet: 51, 96 and 05. RGB value is (81,150,5). Sum of RGB (Red+Green+Blue) = 81+150+5=236 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.32% from 236); Green value is 150 (58.98% from 255 or 63.56% from 236); Blue value is 5 (2.34% from 255 or 2.12% from 236); Max value from RGB is 150 - color contains mainly: green. Hex color #519605 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #519605 is #AE69FA. Grayscale: #717171. Windows color (decimal): -11430395 or 366161. OLE color: 366161.

HSL color Cylindrical-coordinate representation of color #519605: hue angle of 88.55º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #519605 is Cyan = 0.46, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.41.

Color convert

RGB811505-
CMYK0.4600.970.41
HSL88.55º93.55%30.39%-
HSV(B)88.55º96.67%58.82%-
XYZ14.3323.573.94-
YUV112.8467.14105.29-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 34.32%
GREEN value IS 150 (58.98% from 255) = 63.56%
BLUE value IS 5 (2.34% from 255) = 2.12%
R=34.32%
G=63.56%
B=2.12%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal8115050.4600.970.4188.5593.5530.39
Hex519652E06129595e1e
Octal12122655601415113113636
Binary101000110010110101101110011000011010011011001101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #519605; }

 p { color: rgb(81,150,5); }

 H1.HeaderClassName
 {
   color: #519605;
 }
 .AnyTagClassName
 {
   color: #519605;
 }
</style>
background-color css

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

 a { background-color: rgb(81,150,5); }

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

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

 span { border-color: rgb(81,150,5); }

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