Shades of Kelly Green #50C127
Tints of Kelly Green #50C127
RGB
CMYK
RGB Variations
Color information
#50C127 (or 0x50C127) is known color: Kelly Green. HEX triplet: 50, C1 and 27. RGB value is (80,193,39). Sum of RGB (Red+Green+Blue) = 80+193+39=312 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.64% from 312); Green value is 193 (75.78% from 255 or 61.86% from 312); Blue value is 39 (15.62% from 255 or 12.5% from 312); Max value from RGB is 193 - color contains mainly: green. Hex color #50C127 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50C127 is #AF3ED8. Grayscale: #8E8E8E. Windows color (decimal): -11484889 or 2605392. OLE color: 2605392.
HSL color Cylindrical-coordinate representation of color #50C127: hue angle of 104.03º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #50C127 is Cyan = 0.59, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 80 | 193 | 39 | - |
| CMYK | 0.59 | 0 | 0.80 | 0.24 |
| HSL | 104.03º | 0.66% | 0.45% | - |
| HSV(B) | 104.03º | 0.8% | 0.76% | - |
| XYZ | 22.74 | 39.99 | 8.44 | - |
| YUV | 141.66 | 70.06 | 84.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 193 | 39 | 0.59 | 0 | 0.80 | 0.24 | 104.03 | 0.66 | 0.45 |
| Hex | 50 | C1 | 27 | 3B | 0 | 50 | 18 | 68 | 42 | 2D |
| Octal | 120 | 301 | 47 | 73 | 0 | 120 | 30 | 150 | 102 | 55 |
| Binary | 1010000 | 11000001 | 100111 | 111011 | 0 | 1010000 | 11000 | 1101000 | 1000010 | 101101 |
Color Harmonies of #50C127
Complementary color
Monochromatic Colors of #50C127
Black with #50C127
Text Example
Text Example
White with #50C127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50C127; }
p { color: rgb(80,193,39); }
H1.HeaderClassName
{
color: #50C127;
}
.AnyTagClassName
{
color: #50C127;
}
</style>
background-color css
<style>
a { background-color: #50C127; }
a { background-color: rgb(80,193,39); }
div.DivClassName
{
background-color: #50C127;
}
.BgClassName
{
background-color: #50C127;
}
</style>
border-color css
<style>
span { border-color: #50C127; }
span { border-color: rgb(80,193,39); }
td.TdClassName
{
border-color: #50C127;
}
.TagClassName
{
border-color: #50C127;
}
</style>