Shades of Kelly Green #50C030
Tints of Kelly Green #50C030
RGB
CMYK
RGB Variations
Color information
#50C030 (or 0x50C030) is known color: Kelly Green. HEX triplet: 50, C0 and 30. RGB value is (80,192,48). Sum of RGB (Red+Green+Blue) = 80+192+48=320 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25% from 320); Green value is 192 (75.39% from 255 or 60% from 320); Blue value is 48 (19.14% from 255 or 15% from 320); Max value from RGB is 192 - color contains mainly: green. Hex color #50C030 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50C030 is #AF3FCF. Grayscale: #8E8E8E. Windows color (decimal): -11485136 or 3194960. OLE color: 3194960.
HSL color Cylindrical-coordinate representation of color #50C030: hue angle of 106.67º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #50C030 is Cyan = 0.58, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 80 | 192 | 48 | - |
| CMYK | 0.58 | 0 | 0.75 | 0.25 |
| HSL | 106.67º | 0.6% | 0.47% | - |
| HSV(B) | 106.67º | 0.75% | 0.75% | - |
| XYZ | 22.69 | 39.62 | 9.25 | - |
| YUV | 142.1 | 74.89 | 83.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 192 | 48 | 0.58 | 0 | 0.75 | 0.25 | 106.67 | 0.6 | 0.47 |
| Hex | 50 | C0 | 30 | 3A | 0 | 4B | 19 | 6B | 3C | 2F |
| Octal | 120 | 300 | 60 | 72 | 0 | 113 | 31 | 153 | 74 | 57 |
| Binary | 1010000 | 11000000 | 110000 | 111010 | 0 | 1001011 | 11001 | 1101011 | 111100 | 101111 |
Color Harmonies of #50C030
Complementary color
Monochromatic Colors of #50C030
Black with #50C030
Text Example
Text Example
White with #50C030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50C030; }
p { color: rgb(80,192,48); }
H1.HeaderClassName
{
color: #50C030;
}
.AnyTagClassName
{
color: #50C030;
}
</style>
background-color css
<style>
a { background-color: #50C030; }
a { background-color: rgb(80,192,48); }
div.DivClassName
{
background-color: #50C030;
}
.BgClassName
{
background-color: #50C030;
}
</style>
border-color css
<style>
span { border-color: #50C030; }
span { border-color: rgb(80,192,48); }
td.TdClassName
{
border-color: #50C030;
}
.TagClassName
{
border-color: #50C030;
}
</style>