#50A510

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

Shades of Kelly Green #50A510

Tints of Kelly Green #50A510

Color information

#50A510 (or 0x50A510) is unknown color: approx Kelly Green. HEX triplet: 50, A5 and 10. RGB value is (80,165,16). Sum of RGB (Red+Green+Blue) = 80+165+16=261 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.65% from 261); Green value is 165 (64.84% from 255 or 63.22% from 261); Blue value is 16 (6.64% from 255 or 6.13% from 261); Max value from RGB is 165 - color contains mainly: green. Hex color #50A510 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #50A510 is #AF5AEF. Grayscale: #7B7B7B. Windows color (decimal): -11492080 or 1090896. OLE color: 1090896.

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

Color convert

RGB8016516-
CMYK0.5200.900.35
HSL94.23º82.32%35.49%-
HSV(B)94.23º90.3%64.71%-
XYZ16.8628.655.13-
YUV122.667.8497.62-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.65%
GREEN value IS 165 (64.84% from 255) = 63.22%
BLUE value IS 16 (6.64% from 255) = 6.13%
R=30.65%
G=63.22%
B=6.13%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal80165160.5200.900.3594.2382.3235.49
Hex50A5103405A235e5223
Octal120245206401324313612243
Binary101000010100101100001101000101101010001110111101010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50A510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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