Shades of Kelly Green #50C504
Tints of Kelly Green #50C504
RGB
CMYK
RGB Variations
Color information
#50C504 (or 0x50C504) is known color: Kelly Green. HEX triplet: 50, C5 and 04. RGB value is (80,197,4). Sum of RGB (Red+Green+Blue) = 80+197+4=281 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.47% from 281); Green value is 197 (77.34% from 255 or 70.11% from 281); Blue value is 4 (1.95% from 255 or 1.42% from 281); Max value from RGB is 197 - color contains mainly: green. Hex color #50C504 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50C504 is #AF3AFB. Grayscale: #8C8C8C. Windows color (decimal): -11483900 or 312656. OLE color: 312656.
HSL color Cylindrical-coordinate representation of color #50C504: hue angle of 96.37º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #50C504 is Cyan = 0.59, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 80 | 197 | 4 | - |
| CMYK | 0.59 | 0 | 0.98 | 0.23 |
| HSL | 96.37º | 0.96% | 0.39% | - |
| HSV(B) | 96.37º | 0.98% | 0.77% | - |
| XYZ | 23.3 | 41.65 | 6.93 | - |
| YUV | 140.02 | 51.24 | 85.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 197 | 4 | 0.59 | 0 | 0.98 | 0.23 | 96.37 | 0.96 | 0.39 |
| Hex | 50 | C5 | 4 | 3B | 0 | 62 | 17 | 60 | 60 | 27 |
| Octal | 120 | 305 | 4 | 73 | 0 | 142 | 27 | 140 | 140 | 47 |
| Binary | 1010000 | 11000101 | 100 | 111011 | 0 | 1100010 | 10111 | 1100000 | 1100000 | 100111 |
Color Harmonies of #50C504
Complementary color
Monochromatic Colors of #50C504
Black with #50C504
Text Example
Text Example
White with #50C504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50C504; }
p { color: rgb(80,197,4); }
H1.HeaderClassName
{
color: #50C504;
}
.AnyTagClassName
{
color: #50C504;
}
</style>
background-color css
<style>
a { background-color: #50C504; }
a { background-color: rgb(80,197,4); }
div.DivClassName
{
background-color: #50C504;
}
.BgClassName
{
background-color: #50C504;
}
</style>
border-color css
<style>
span { border-color: #50C504; }
span { border-color: rgb(80,197,4); }
td.TdClassName
{
border-color: #50C504;
}
.TagClassName
{
border-color: #50C504;
}
</style>