Shades of Kelly Green #50C525
Tints of Kelly Green #50C525
RGB
CMYK
RGB Variations
Color information
#50C525 (or 0x50C525) is known color: Kelly Green. HEX triplet: 50, C5 and 25. RGB value is (80,197,37). Sum of RGB (Red+Green+Blue) = 80+197+37=314 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.48% from 314); Green value is 197 (77.34% from 255 or 62.74% from 314); Blue value is 37 (14.84% from 255 or 11.78% from 314); Max value from RGB is 197 - color contains mainly: green. Hex color #50C525 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50C525 is #AF3ADA. Grayscale: #909090. Windows color (decimal): -11483867 or 2475344. OLE color: 2475344.
HSL color Cylindrical-coordinate representation of color #50C525: hue angle of 103.88º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #50C525 is Cyan = 0.59, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 80 | 197 | 37 | - |
| CMYK | 0.59 | 0 | 0.81 | 0.23 |
| HSL | 103.88º | 0.68% | 0.46% | - |
| HSV(B) | 103.88º | 0.81% | 0.77% | - |
| XYZ | 23.61 | 41.77 | 8.57 | - |
| YUV | 143.78 | 67.74 | 82.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 197 | 37 | 0.59 | 0 | 0.81 | 0.23 | 103.88 | 0.68 | 0.46 |
| Hex | 50 | C5 | 25 | 3B | 0 | 51 | 17 | 68 | 44 | 2E |
| Octal | 120 | 305 | 45 | 73 | 0 | 121 | 27 | 150 | 104 | 56 |
| Binary | 1010000 | 11000101 | 100101 | 111011 | 0 | 1010001 | 10111 | 1101000 | 1000100 | 101110 |
Color Harmonies of #50C525
Complementary color
Monochromatic Colors of #50C525
Black with #50C525
Text Example
Text Example
White with #50C525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50C525; }
p { color: rgb(80,197,37); }
H1.HeaderClassName
{
color: #50C525;
}
.AnyTagClassName
{
color: #50C525;
}
</style>
background-color css
<style>
a { background-color: #50C525; }
a { background-color: rgb(80,197,37); }
div.DivClassName
{
background-color: #50C525;
}
.BgClassName
{
background-color: #50C525;
}
</style>
border-color css
<style>
span { border-color: #50C525; }
span { border-color: rgb(80,197,37); }
td.TdClassName
{
border-color: #50C525;
}
.TagClassName
{
border-color: #50C525;
}
</style>