#50A505

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

Shades of Kelly Green #50A505

Tints of Kelly Green #50A505

Color information

#50A505 (or 0x50A505) is unknown color: approx Kelly Green. HEX triplet: 50, A5 and 05. RGB value is (80,165,5). Sum of RGB (Red+Green+Blue) = 80+165+5=250 (33% of max value = 765). Red value is 80 (31.64% from 255 or 32% from 250); Green value is 165 (64.84% from 255 or 66% from 250); Blue value is 5 (2.34% from 255 or 2% from 250); Max value from RGB is 165 - color contains mainly: green. Hex color #50A505 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #50A505 is #AF5AFA. Grayscale: #797979. Windows color (decimal): -11492091 or 370000. OLE color: 370000.

HSL color Cylindrical-coordinate representation of color #50A505: hue angle of 91.88º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #50A505 is Cyan = 0.52, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.35.

Color convert

RGB801655-
CMYK0.5200.970.35
HSL91.88º94.12%33.33%-
HSV(B)91.88º96.97%64.71%-
XYZ16.7928.634.78-
YUV121.3462.3498.51-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 32%
GREEN value IS 165 (64.84% from 255) = 66%
BLUE value IS 5 (2.34% from 255) = 2%
R=32%
G=66%
B=2%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal8016550.5200.970.3591.8894.1233.33
Hex50A5534061235c5e21
Octal12024556401414313413641
Binary1010000101001011011101000110000110001110111001011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50A505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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