#50A316

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

Shades of Kelly Green #50A316

Tints of Kelly Green #50A316

Color information

#50A316 (or 0x50A316) is unknown color: approx Kelly Green. HEX triplet: 50, A3 and 16. RGB value is (80,163,22). Sum of RGB (Red+Green+Blue) = 80+163+22=265 (35% of max value = 765). Red value is 80 (31.64% from 255 or 30.19% from 265); Green value is 163 (64.06% from 255 or 61.51% from 265); Blue value is 22 (8.98% from 255 or 8.30% from 265); Max value from RGB is 163 - color contains mainly: green. Hex color #50A316 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #50A316 is #AF5CE9. Grayscale: #7A7A7A. Windows color (decimal): -11492586 or 1483600. OLE color: 1483600.

HSL color Cylindrical-coordinate representation of color #50A316: hue angle of 95.32º degrees, saturation: 0.76, 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 #50A316 is Cyan = 0.51, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.36.

Color convert

RGB8016322-
CMYK0.5100.870.36
HSL95.32º76.22%36.27%-
HSV(B)95.32º86.5%63.92%-
XYZ16.5527.965.28-
YUV122.1171.597.96-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.19%
GREEN value IS 163 (64.06% from 255) = 61.51%
BLUE value IS 22 (8.98% from 255) = 8.30%
R=30.19%
G=61.51%
B=8.30%

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
Decimal80163220.5100.870.3695.3276.2236.27
Hex50A31633057245f4c24
Octal120243266301274413711444
Binary101000010100011101101100110101011110010010111111001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50A316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,163,22); }

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

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

 a { background-color: rgb(80,163,22); }

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

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

 span { border-color: rgb(80,163,22); }

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