#519A05

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

Shades of Limeade #519A05

Tints of Limeade #519A05

Color information

#519A05 (or 0x519A05) is unknown color: approx Limeade. HEX triplet: 51, 9A and 05. RGB value is (81,154,5). Sum of RGB (Red+Green+Blue) = 81+154+5=240 (31% of max value = 765). Red value is 81 (32.03% from 255 or 33.75% from 240); Green value is 154 (60.55% from 255 or 64.17% from 240); Blue value is 5 (2.34% from 255 or 2.08% from 240); Max value from RGB is 154 - color contains mainly: green. Hex color #519A05 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #519A05 is #AE65FA. Grayscale: #737373. Windows color (decimal): -11429371 or 367185. OLE color: 367185.

HSL color Cylindrical-coordinate representation of color #519A05: hue angle of 89.4º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #519A05 is Cyan = 0.47, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.40.

Color convert

RGB811545-
CMYK0.4700.970.40
HSL89.4º93.71%31.18%-
HSV(B)89.4º96.75%60.39%-
XYZ14.9824.874.15-
YUV115.1965.82103.62-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 33.75%
GREEN value IS 154 (60.55% from 255) = 64.17%
BLUE value IS 5 (2.34% from 255) = 2.08%
R=33.75%
G=64.17%
B=2.08%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal8115450.4700.970.4089.493.7131.18
Hex519A52F06128595e1f
Octal12123255701415013113637
Binary101000110011010101101111011000011010001011001101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519A05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #519A05; }

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

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

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

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

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

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

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

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