#519302

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

Shades of Limeade #519302

Tints of Limeade #519302

Color information

#519302 (or 0x519302) is unknown color: approx Limeade. HEX triplet: 51, 93 and 02. RGB value is (81,147,2). Sum of RGB (Red+Green+Blue) = 81+147+2=230 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.22% from 230); Green value is 147 (57.81% from 255 or 63.91% from 230); Blue value is 2 (1.17% from 255 or 0.87% from 230); Max value from RGB is 147 - color contains mainly: green. Hex color #519302 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #519302 is #AE6CFD. Grayscale: #6F6F6F. Windows color (decimal): -11431166 or 168785. OLE color: 168785.

HSL color Cylindrical-coordinate representation of color #519302: hue angle of 87.31º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #519302 is Cyan = 0.45, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.42.

Color convert

RGB811472-
CMYK0.4500.990.42
HSL87.31º97.32%29.22%-
HSV(B)87.31º98.64%57.65%-
XYZ13.8422.623.69-
YUV110.7466.63106.79-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 35.22%
GREEN value IS 147 (57.81% from 255) = 63.91%
BLUE value IS 2 (1.17% from 255) = 0.87%
R=35.22%
G=63.91%
B=0.87%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal8114720.4500.990.4287.3197.3229.22
Hex519322D0632A57611d
Octal12122325501435212714135
Binary10100011001001110101101011000111010101010111110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #519302; }

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

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

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

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

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

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

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

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