Shades of Kelly Green #50C531
Tints of Kelly Green #50C531
RGB
CMYK
RGB Variations
Color information
#50C531 (or 0x50C531) is known color: Kelly Green. HEX triplet: 50, C5 and 31. RGB value is (80,197,49). Sum of RGB (Red+Green+Blue) = 80+197+49=326 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.54% from 326); Green value is 197 (77.34% from 255 or 60.43% from 326); Blue value is 49 (19.53% from 255 or 15.03% from 326); Max value from RGB is 197 - color contains mainly: green. Hex color #50C531 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50C531 is #AF3ACE. Grayscale: #919191. Windows color (decimal): -11483855 or 3261776. OLE color: 3261776.
HSL color Cylindrical-coordinate representation of color #50C531: hue angle of 107.43º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #50C531 is Cyan = 0.59, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 80 | 197 | 49 | - |
| CMYK | 0.59 | 0 | 0.75 | 0.23 |
| HSL | 107.43º | 0.6% | 0.48% | - |
| HSV(B) | 107.43º | 0.75% | 0.77% | - |
| XYZ | 23.83 | 41.86 | 9.73 | - |
| YUV | 145.15 | 73.74 | 81.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 197 | 49 | 0.59 | 0 | 0.75 | 0.23 | 107.43 | 0.6 | 0.48 |
| Hex | 50 | C5 | 31 | 3B | 0 | 4B | 17 | 6B | 3C | 30 |
| Octal | 120 | 305 | 61 | 73 | 0 | 113 | 27 | 153 | 74 | 60 |
| Binary | 1010000 | 11000101 | 110001 | 111011 | 0 | 1001011 | 10111 | 1101011 | 111100 | 110000 |
Color Harmonies of #50C531
Complementary color
Monochromatic Colors of #50C531
Black with #50C531
Text Example
Text Example
White with #50C531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50C531; }
p { color: rgb(80,197,49); }
H1.HeaderClassName
{
color: #50C531;
}
.AnyTagClassName
{
color: #50C531;
}
</style>
background-color css
<style>
a { background-color: #50C531; }
a { background-color: rgb(80,197,49); }
div.DivClassName
{
background-color: #50C531;
}
.BgClassName
{
background-color: #50C531;
}
</style>
border-color css
<style>
span { border-color: #50C531; }
span { border-color: rgb(80,197,49); }
td.TdClassName
{
border-color: #50C531;
}
.TagClassName
{
border-color: #50C531;
}
</style>