#50A005

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

Shades of Kelly Green #50A005

Tints of Kelly Green #50A005

Color information

#50A005 (or 0x50A005) is unknown color: approx Kelly Green. HEX triplet: 50, A0 and 05. RGB value is (80,160,5). Sum of RGB (Red+Green+Blue) = 80+160+5=245 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.65% from 245); Green value is 160 (62.89% from 255 or 65.31% from 245); Blue value is 5 (2.34% from 255 or 2.04% from 245); Max value from RGB is 160 - color contains mainly: green. Hex color #50A005 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #50A005 is #AF5FFA. Grayscale: #767676. Windows color (decimal): -11493371 or 368720. OLE color: 368720.

HSL color Cylindrical-coordinate representation of color #50A005: hue angle of 90.97º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #50A005 is Cyan = 0.5, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.37.

Color convert

RGB801605-
CMYK0.500.970.37
HSL90.97º93.94%32.35%-
HSV(B)90.97º96.88%62.75%-
XYZ15.9126.864.49-
YUV118.4164100.6-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 32.65%
GREEN value IS 160 (62.89% from 255) = 65.31%
BLUE value IS 5 (2.34% from 255) = 2.04%
R=32.65%
G=65.31%
B=2.04%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal8016050.500.970.3790.9793.9432.35
Hex50A0532061255b5e20
Octal12024056201414513313640
Binary1010000101000001011100100110000110010110110111011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50A005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,160,5); }

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

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

 a { background-color: rgb(80,160,5); }

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

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

 span { border-color: rgb(80,160,5); }

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