Shades of Kelly Green #50C524
Tints of Kelly Green #50C524
RGB
CMYK
RGB Variations
Color information
#50C524 (or 0x50C524) is known color: Kelly Green. HEX triplet: 50, C5 and 24. RGB value is (80,197,36). Sum of RGB (Red+Green+Blue) = 80+197+36=313 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.56% from 313); Green value is 197 (77.34% from 255 or 62.94% from 313); Blue value is 36 (14.45% from 255 or 11.50% from 313); Max value from RGB is 197 - color contains mainly: green. Hex color #50C524 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50C524 is #AF3ADB. Grayscale: #909090. Windows color (decimal): -11483868 or 2409808. OLE color: 2409808.
HSL color Cylindrical-coordinate representation of color #50C524: hue angle of 103.6º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #50C524 is Cyan = 0.59, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 80 | 197 | 36 | - |
| CMYK | 0.59 | 0 | 0.82 | 0.23 |
| HSL | 103.6º | 0.69% | 0.46% | - |
| HSV(B) | 103.6º | 0.82% | 0.77% | - |
| XYZ | 23.59 | 41.77 | 8.49 | - |
| YUV | 143.66 | 67.24 | 82.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 197 | 36 | 0.59 | 0 | 0.82 | 0.23 | 103.6 | 0.69 | 0.46 |
| Hex | 50 | C5 | 24 | 3B | 0 | 52 | 17 | 68 | 45 | 2E |
| Octal | 120 | 305 | 44 | 73 | 0 | 122 | 27 | 150 | 105 | 56 |
| Binary | 1010000 | 11000101 | 100100 | 111011 | 0 | 1010010 | 10111 | 1101000 | 1000101 | 101110 |
Color Harmonies of #50C524
Complementary color
Monochromatic Colors of #50C524
Black with #50C524
Text Example
Text Example
White with #50C524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50C524; }
p { color: rgb(80,197,36); }
H1.HeaderClassName
{
color: #50C524;
}
.AnyTagClassName
{
color: #50C524;
}
</style>
background-color css
<style>
a { background-color: #50C524; }
a { background-color: rgb(80,197,36); }
div.DivClassName
{
background-color: #50C524;
}
.BgClassName
{
background-color: #50C524;
}
</style>
border-color css
<style>
span { border-color: #50C524; }
span { border-color: rgb(80,197,36); }
td.TdClassName
{
border-color: #50C524;
}
.TagClassName
{
border-color: #50C524;
}
</style>