Shades of Kelly Green #50D60F
Tints of Kelly Green #50D60F
RGB
CMYK
RGB Variations
Color information
#50D60F (or 0x50D60F) is known color: Kelly Green. HEX triplet: 50, D6 and 0F. RGB value is (80,214,15). Sum of RGB (Red+Green+Blue) = 80+214+15=309 (40% of max value = 765). Red value is 80 (31.64% from 255 or 25.89% from 309); Green value is 214 (83.98% from 255 or 69.26% from 309); Blue value is 15 (6.25% from 255 or 4.85% from 309); Max value from RGB is 214 - color contains mainly: green. Hex color #50D60F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50D60F is #AF29F0. Grayscale: #979797. Windows color (decimal): -11479537 or 1037904. OLE color: 1037904.
HSL color Cylindrical-coordinate representation of color #50D60F: hue angle of 100.4º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #50D60F is Cyan = 0.63, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 80 | 214 | 15 | - |
| CMYK | 0.63 | 0 | 0.93 | 0.16 |
| HSL | 100.4º | 0.87% | 0.45% | - |
| HSV(B) | 100.4º | 0.93% | 0.84% | - |
| XYZ | 27.44 | 49.83 | 8.62 | - |
| YUV | 151.25 | 51.11 | 77.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 214 | 15 | 0.63 | 0 | 0.93 | 0.16 | 100.4 | 0.87 | 0.45 |
| Hex | 50 | D6 | F | 3F | 0 | 5D | 10 | 64 | 57 | 2D |
| Octal | 120 | 326 | 17 | 77 | 0 | 135 | 20 | 144 | 127 | 55 |
| Binary | 1010000 | 11010110 | 1111 | 111111 | 0 | 1011101 | 10000 | 1100100 | 1010111 | 101101 |
Color Harmonies of #50D60F
Complementary color
Monochromatic Colors of #50D60F
Black with #50D60F
Text Example
Text Example
White with #50D60F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50D60F; }
p { color: rgb(80,214,15); }
H1.HeaderClassName
{
color: #50D60F;
}
.AnyTagClassName
{
color: #50D60F;
}
</style>
background-color css
<style>
a { background-color: #50D60F; }
a { background-color: rgb(80,214,15); }
div.DivClassName
{
background-color: #50D60F;
}
.BgClassName
{
background-color: #50D60F;
}
</style>
border-color css
<style>
span { border-color: #50D60F; }
span { border-color: rgb(80,214,15); }
td.TdClassName
{
border-color: #50D60F;
}
.TagClassName
{
border-color: #50D60F;
}
</style>