Shades of Kelly Green #50D407
Tints of Kelly Green #50D407
RGB
CMYK
RGB Variations
Color information
#50D407 (or 0x50D407) is known color: Kelly Green. HEX triplet: 50, D4 and 07. RGB value is (80,212,7). Sum of RGB (Red+Green+Blue) = 80+212+7=299 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.76% from 299); Green value is 212 (83.20% from 255 or 70.90% from 299); Blue value is 7 (3.12% from 255 or 2.34% from 299); Max value from RGB is 212 - color contains mainly: green. Hex color #50D407 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50D407 is #AF2BF8. Grayscale: #959595. Windows color (decimal): -11480057 or 513104. OLE color: 513104.
HSL color Cylindrical-coordinate representation of color #50D407: hue angle of 98.63º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #50D407 is Cyan = 0.62, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 80 | 212 | 7 | - |
| CMYK | 0.62 | 0 | 0.97 | 0.17 |
| HSL | 98.63º | 0.94% | 0.43% | - |
| HSV(B) | 98.63º | 0.97% | 0.83% | - |
| XYZ | 26.89 | 48.81 | 8.2 | - |
| YUV | 149.16 | 47.77 | 78.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 212 | 7 | 0.62 | 0 | 0.97 | 0.17 | 98.63 | 0.94 | 0.43 |
| Hex | 50 | D4 | 7 | 3E | 0 | 61 | 11 | 63 | 5E | 2B |
| Octal | 120 | 324 | 7 | 76 | 0 | 141 | 21 | 143 | 136 | 53 |
| Binary | 1010000 | 11010100 | 111 | 111110 | 0 | 1100001 | 10001 | 1100011 | 1011110 | 101011 |
Color Harmonies of #50D407
Complementary color
Monochromatic Colors of #50D407
Black with #50D407
Text Example
Text Example
White with #50D407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50D407; }
p { color: rgb(80,212,7); }
H1.HeaderClassName
{
color: #50D407;
}
.AnyTagClassName
{
color: #50D407;
}
</style>
background-color css
<style>
a { background-color: #50D407; }
a { background-color: rgb(80,212,7); }
div.DivClassName
{
background-color: #50D407;
}
.BgClassName
{
background-color: #50D407;
}
</style>
border-color css
<style>
span { border-color: #50D407; }
span { border-color: rgb(80,212,7); }
td.TdClassName
{
border-color: #50D407;
}
.TagClassName
{
border-color: #50D407;
}
</style>