#519602

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

Shades of Limeade #519602

Tints of Limeade #519602

Color information

#519602 (or 0x519602) is unknown color: approx Limeade. HEX triplet: 51, 96 and 02. RGB value is (81,150,2). Sum of RGB (Red+Green+Blue) = 81+150+2=233 (30% of max value = 765). Red value is 81 (32.03% from 255 or 34.76% from 233); Green value is 150 (58.98% from 255 or 64.38% from 233); Blue value is 2 (1.17% from 255 or 0.86% from 233); Max value from RGB is 150 - color contains mainly: green. Hex color #519602 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #519602 is #AE69FD. Grayscale: #717171. Windows color (decimal): -11430398 or 169553. OLE color: 169553.

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

Color convert

RGB811502-
CMYK0.4600.990.41
HSL87.97º97.37%29.8%-
HSV(B)87.97º98.67%58.82%-
XYZ14.3123.573.85-
YUV112.565.64105.53-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 34.76%
GREEN value IS 150 (58.98% from 255) = 64.38%
BLUE value IS 2 (1.17% from 255) = 0.86%
R=34.76%
G=64.38%
B=0.86%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal8115020.4600.990.4187.9797.3729.8
Hex519622E0632958611e
Octal12122625601435113014136
Binary10100011001011010101110011000111010011011000110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #519602; }

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

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

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

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

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

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

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

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