Shades of Kelly Green #50C635
Tints of Kelly Green #50C635
RGB
CMYK
RGB Variations
Color information
#50C635 (or 0x50C635) is known color: Kelly Green. HEX triplet: 50, C6 and 35. RGB value is (80,198,53). Sum of RGB (Red+Green+Blue) = 80+198+53=331 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.17% from 331); Green value is 198 (77.73% from 255 or 59.82% from 331); Blue value is 53 (21.09% from 255 or 16.01% from 331); Max value from RGB is 198 - color contains mainly: green. Hex color #50C635 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50C635 is #AF39CA. Grayscale: #929292. Windows color (decimal): -11483595 or 3524176. OLE color: 3524176.
HSL color Cylindrical-coordinate representation of color #50C635: hue angle of 108.83º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #50C635 is Cyan = 0.60, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 80 | 198 | 53 | - |
| CMYK | 0.60 | 0 | 0.73 | 0.22 |
| HSL | 108.83º | 0.58% | 0.49% | - |
| HSV(B) | 108.83º | 0.73% | 0.78% | - |
| XYZ | 24.14 | 42.35 | 10.27 | - |
| YUV | 146.19 | 75.41 | 80.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 198 | 53 | 0.60 | 0 | 0.73 | 0.22 | 108.83 | 0.58 | 0.49 |
| Hex | 50 | C6 | 35 | 3C | 0 | 49 | 16 | 6D | 3A | 31 |
| Octal | 120 | 306 | 65 | 74 | 0 | 111 | 26 | 155 | 72 | 61 |
| Binary | 1010000 | 11000110 | 110101 | 111100 | 0 | 1001001 | 10110 | 1101101 | 111010 | 110001 |
Color Harmonies of #50C635
Complementary color
Monochromatic Colors of #50C635
Black with #50C635
Text Example
Text Example
White with #50C635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50C635; }
p { color: rgb(80,198,53); }
H1.HeaderClassName
{
color: #50C635;
}
.AnyTagClassName
{
color: #50C635;
}
</style>
background-color css
<style>
a { background-color: #50C635; }
a { background-color: rgb(80,198,53); }
div.DivClassName
{
background-color: #50C635;
}
.BgClassName
{
background-color: #50C635;
}
</style>
border-color css
<style>
span { border-color: #50C635; }
span { border-color: rgb(80,198,53); }
td.TdClassName
{
border-color: #50C635;
}
.TagClassName
{
border-color: #50C635;
}
</style>