Shades of Kelly Green #50C903
Tints of Kelly Green #50C903
RGB
CMYK
RGB Variations
Color information
#50C903 (or 0x50C903) is known color: Kelly Green. HEX triplet: 50, C9 and 03. RGB value is (80,201,3). Sum of RGB (Red+Green+Blue) = 80+201+3=284 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.17% from 284); Green value is 201 (78.91% from 255 or 70.77% from 284); Blue value is 3 (1.56% from 255 or 1.06% from 284); Max value from RGB is 201 - color contains mainly: green. Hex color #50C903 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50C903 is #AF36FC. Grayscale: #8E8E8E. Windows color (decimal): -11482877 or 248144. OLE color: 248144.
HSL color Cylindrical-coordinate representation of color #50C903: hue angle of 96.67º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #50C903 is Cyan = 0.60, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 80 | 201 | 3 | - |
| CMYK | 0.60 | 0 | 0.99 | 0.21 |
| HSL | 96.67º | 0.97% | 0.4% | - |
| HSV(B) | 96.67º | 0.99% | 0.79% | - |
| XYZ | 24.21 | 43.49 | 7.2 | - |
| YUV | 142.25 | 49.41 | 83.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 201 | 3 | 0.60 | 0 | 0.99 | 0.21 | 96.67 | 0.97 | 0.4 |
| Hex | 50 | C9 | 3 | 3C | 0 | 63 | 15 | 61 | 61 | 28 |
| Octal | 120 | 311 | 3 | 74 | 0 | 143 | 25 | 141 | 141 | 50 |
| Binary | 1010000 | 11001001 | 11 | 111100 | 0 | 1100011 | 10101 | 1100001 | 1100001 | 101000 |
Color Harmonies of #50C903
Complementary color
Monochromatic Colors of #50C903
Black with #50C903
Text Example
Text Example
White with #50C903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50C903; }
p { color: rgb(80,201,3); }
H1.HeaderClassName
{
color: #50C903;
}
.AnyTagClassName
{
color: #50C903;
}
</style>
background-color css
<style>
a { background-color: #50C903; }
a { background-color: rgb(80,201,3); }
div.DivClassName
{
background-color: #50C903;
}
.BgClassName
{
background-color: #50C903;
}
</style>
border-color css
<style>
span { border-color: #50C903; }
span { border-color: rgb(80,201,3); }
td.TdClassName
{
border-color: #50C903;
}
.TagClassName
{
border-color: #50C903;
}
</style>