Shades of Kelly Green #50C52C
Tints of Kelly Green #50C52C
RGB
CMYK
RGB Variations
Color information
#50C52C (or 0x50C52C) is known color: Kelly Green. HEX triplet: 50, C5 and 2C. RGB value is (80,197,44). Sum of RGB (Red+Green+Blue) = 80+197+44=321 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.92% from 321); Green value is 197 (77.34% from 255 or 61.37% from 321); Blue value is 44 (17.58% from 255 or 13.71% from 321); Max value from RGB is 197 - color contains mainly: green. Hex color #50C52C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50C52C is #AF3AD3. Grayscale: #919191. Windows color (decimal): -11483860 or 2934096. OLE color: 2934096.
HSL color Cylindrical-coordinate representation of color #50C52C: hue angle of 105.88º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #50C52C is Cyan = 0.59, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 80 | 197 | 44 | - |
| CMYK | 0.59 | 0 | 0.78 | 0.23 |
| HSL | 105.88º | 0.63% | 0.47% | - |
| HSV(B) | 105.88º | 0.78% | 0.77% | - |
| XYZ | 23.73 | 41.82 | 9.2 | - |
| YUV | 144.58 | 71.24 | 81.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 197 | 44 | 0.59 | 0 | 0.78 | 0.23 | 105.88 | 0.63 | 0.47 |
| Hex | 50 | C5 | 2C | 3B | 0 | 4E | 17 | 6A | 3F | 2F |
| Octal | 120 | 305 | 54 | 73 | 0 | 116 | 27 | 152 | 77 | 57 |
| Binary | 1010000 | 11000101 | 101100 | 111011 | 0 | 1001110 | 10111 | 1101010 | 111111 | 101111 |
Color Harmonies of #50C52C
Complementary color
Monochromatic Colors of #50C52C
Black with #50C52C
Text Example
Text Example
White with #50C52C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50C52C; }
p { color: rgb(80,197,44); }
H1.HeaderClassName
{
color: #50C52C;
}
.AnyTagClassName
{
color: #50C52C;
}
</style>
background-color css
<style>
a { background-color: #50C52C; }
a { background-color: rgb(80,197,44); }
div.DivClassName
{
background-color: #50C52C;
}
.BgClassName
{
background-color: #50C52C;
}
</style>
border-color css
<style>
span { border-color: #50C52C; }
span { border-color: rgb(80,197,44); }
td.TdClassName
{
border-color: #50C52C;
}
.TagClassName
{
border-color: #50C52C;
}
</style>