Shades of Kelly Green #50C901
Tints of Kelly Green #50C901
RGB
CMYK
RGB Variations
Color information
#50C901 (or 0x50C901) is known color: Kelly Green. HEX triplet: 50, C9 and 01. RGB value is (80,201,1). Sum of RGB (Red+Green+Blue) = 80+201+1=282 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.37% from 282); Green value is 201 (78.91% from 255 or 71.28% from 282); Blue value is 1 (0.78% from 255 or 0.35% from 282); Max value from RGB is 201 - color contains mainly: green. Hex color #50C901 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50C901 is #AF36FE. Grayscale: #8E8E8E. Windows color (decimal): -11482879 or 117072. OLE color: 117072.
HSL color Cylindrical-coordinate representation of color #50C901: hue angle of 96.3º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #50C901 is Cyan = 0.60, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 80 | 201 | 1 | - |
| CMYK | 0.60 | 0 | 1.00 | 0.21 |
| HSL | 96.3º | 0.99% | 0.4% | - |
| HSV(B) | 96.3º | 1% | 0.79% | - |
| XYZ | 24.2 | 43.48 | 7.15 | - |
| YUV | 142.02 | 48.41 | 83.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 201 | 1 | 0.60 | 0 | 1.00 | 0.21 | 96.3 | 0.99 | 0.4 |
| Hex | 50 | C9 | 1 | 3C | 0 | 64 | 15 | 60 | 63 | 28 |
| Octal | 120 | 311 | 1 | 74 | 0 | 144 | 25 | 140 | 143 | 50 |
| Binary | 1010000 | 11001001 | 1 | 111100 | 0 | 1100100 | 10101 | 1100000 | 1100011 | 101000 |
Color Harmonies of #50C901
Complementary color
Monochromatic Colors of #50C901
Black with #50C901
Text Example
Text Example
White with #50C901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50C901; }
p { color: rgb(80,201,1); }
H1.HeaderClassName
{
color: #50C901;
}
.AnyTagClassName
{
color: #50C901;
}
</style>
background-color css
<style>
a { background-color: #50C901; }
a { background-color: rgb(80,201,1); }
div.DivClassName
{
background-color: #50C901;
}
.BgClassName
{
background-color: #50C901;
}
</style>
border-color css
<style>
span { border-color: #50C901; }
span { border-color: rgb(80,201,1); }
td.TdClassName
{
border-color: #50C901;
}
.TagClassName
{
border-color: #50C901;
}
</style>