#50A215

Color #50A215 Kelly Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kelly Green #50A215

Tints of Kelly Green #50A215

Color information

#50A215 (or 0x50A215) is unknown color: approx Kelly Green. HEX triplet: 50, A2 and 15. RGB value is (80,162,21). Sum of RGB (Red+Green+Blue) = 80+162+21=263 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.42% from 263); Green value is 162 (63.67% from 255 or 61.60% from 263); Blue value is 21 (8.59% from 255 or 7.98% from 263); Max value from RGB is 162 - color contains mainly: green. Hex color #50A215 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #50A215 is #AF5DEA. Grayscale: #797979. Windows color (decimal): -11492843 or 1417808. OLE color: 1417808.

HSL color Cylindrical-coordinate representation of color #50A215: hue angle of 94.89º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #50A215 is Cyan = 0.51, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.36.

Color convert

RGB8016221-
CMYK0.5100.870.36
HSL94.89º77.05%35.88%-
HSV(B)94.89º87.04%63.53%-
XYZ16.3627.65.17-
YUV121.4171.3398.46-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.42%
GREEN value IS 162 (63.67% from 255) = 61.60%
BLUE value IS 21 (8.59% from 255) = 7.98%
R=30.42%
G=61.60%
B=7.98%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal80162210.5100.870.3694.8977.0535.88
Hex50A21533057245f4d24
Octal120242256301274413711544
Binary101000010100010101011100110101011110010010111111001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50A215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50A215; }

 p { color: rgb(80,162,21); }

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

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

 a { background-color: rgb(80,162,21); }

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

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

 span { border-color: rgb(80,162,21); }

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