#50DD10

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

Shades of Kelly Green #50DD10

Tints of Kelly Green #50DD10

Color information

#50DD10 (or 0x50DD10) is unknown color: approx Kelly Green. HEX triplet: 50, DD and 10. RGB value is (80,221,16). Sum of RGB (Red+Green+Blue) = 80+221+16=317 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.24% from 317); Green value is 221 (86.72% from 255 or 69.72% from 317); Blue value is 16 (6.64% from 255 or 5.05% from 317); Max value from RGB is 221 - color contains mainly: green. Hex color #50DD10 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50DD10 is #AF22EF. Grayscale: #9C9C9C. Windows color (decimal): -11477744 or 1105232. OLE color: 1105232.

HSL color Cylindrical-coordinate representation of color #50DD10: hue angle of 101.27º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #50DD10 is Cyan = 0.64, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.13.

Color convert

RGB8022116-
CMYK0.6400.930.13
HSL101.27º86.5%46.47%-
HSV(B)101.27º92.76%86.67%-
XYZ29.2653.469.27-
YUV155.4749.2974.17-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.24%
GREEN value IS 221 (86.72% from 255) = 69.72%
BLUE value IS 16 (6.64% from 255) = 5.05%
R=25.24%
G=69.72%
B=5.05%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal80221160.6400.930.13101.2786.546.47
Hex50DD104005DD65562e
Octal1203352010001351514512656
Binary10100001101110110000100000001011101110111001011010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50DD10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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