Shades of Kelly Green #50C202
Tints of Kelly Green #50C202
RGB
CMYK
RGB Variations
Color information
#50C202 (or 0x50C202) is known color: Kelly Green. HEX triplet: 50, C2 and 02. RGB value is (80,194,2). Sum of RGB (Red+Green+Blue) = 80+194+2=276 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.99% from 276); Green value is 194 (76.17% from 255 or 70.29% from 276); Blue value is 2 (1.17% from 255 or 0.72% from 276); Max value from RGB is 194 - color contains mainly: green. Hex color #50C202 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50C202 is #AF3DFD. Grayscale: #8A8A8A. Windows color (decimal): -11484670 or 180816. OLE color: 180816.
HSL color Cylindrical-coordinate representation of color #50C202: hue angle of 95.62º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #50C202 is Cyan = 0.59, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 80 | 194 | 2 | - |
| CMYK | 0.59 | 0 | 0.99 | 0.24 |
| HSL | 95.63º | 0.98% | 0.38% | - |
| HSV(B) | 95.63º | 0.99% | 0.76% | - |
| XYZ | 22.61 | 40.29 | 6.64 | - |
| YUV | 138.03 | 51.23 | 86.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 194 | 2 | 0.59 | 0 | 0.99 | 0.24 | 95.63 | 0.98 | 0.38 |
| Hex | 50 | C2 | 2 | 3B | 0 | 63 | 18 | 60 | 62 | 26 |
| Octal | 120 | 302 | 2 | 73 | 0 | 143 | 30 | 140 | 142 | 46 |
| Binary | 1010000 | 11000010 | 10 | 111011 | 0 | 1100011 | 11000 | 1100000 | 1100010 | 100110 |
Color Harmonies of #50C202
Complementary color
Monochromatic Colors of #50C202
Black with #50C202
Text Example
Text Example
White with #50C202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50C202; }
p { color: rgb(80,194,2); }
H1.HeaderClassName
{
color: #50C202;
}
.AnyTagClassName
{
color: #50C202;
}
</style>
background-color css
<style>
a { background-color: #50C202; }
a { background-color: rgb(80,194,2); }
div.DivClassName
{
background-color: #50C202;
}
.BgClassName
{
background-color: #50C202;
}
</style>
border-color css
<style>
span { border-color: #50C202; }
span { border-color: rgb(80,194,2); }
td.TdClassName
{
border-color: #50C202;
}
.TagClassName
{
border-color: #50C202;
}
</style>