Shades of Kelly Green #50C430
Tints of Kelly Green #50C430
RGB
CMYK
RGB Variations
Color information
#50C430 (or 0x50C430) is known color: Kelly Green. HEX triplet: 50, C4 and 30. RGB value is (80,196,48). Sum of RGB (Red+Green+Blue) = 80+196+48=324 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.69% from 324); Green value is 196 (76.95% from 255 or 60.49% from 324); Blue value is 48 (19.14% from 255 or 14.81% from 324); Max value from RGB is 196 - color contains mainly: green. Hex color #50C430 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50C430 is #AF3BCF. Grayscale: #909090. Windows color (decimal): -11484112 or 3195984. OLE color: 3195984.
HSL color Cylindrical-coordinate representation of color #50C430: hue angle of 107.03º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #50C430 is Cyan = 0.59, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 80 | 196 | 48 | - |
| CMYK | 0.59 | 0 | 0.76 | 0.23 |
| HSL | 107.03º | 0.61% | 0.48% | - |
| HSV(B) | 107.03º | 0.76% | 0.77% | - |
| XYZ | 23.58 | 41.4 | 9.54 | - |
| YUV | 144.44 | 73.57 | 82.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 196 | 48 | 0.59 | 0 | 0.76 | 0.23 | 107.03 | 0.61 | 0.48 |
| Hex | 50 | C4 | 30 | 3B | 0 | 4C | 17 | 6B | 3D | 30 |
| Octal | 120 | 304 | 60 | 73 | 0 | 114 | 27 | 153 | 75 | 60 |
| Binary | 1010000 | 11000100 | 110000 | 111011 | 0 | 1001100 | 10111 | 1101011 | 111101 | 110000 |
Color Harmonies of #50C430
Complementary color
Monochromatic Colors of #50C430
Black with #50C430
Text Example
Text Example
White with #50C430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50C430; }
p { color: rgb(80,196,48); }
H1.HeaderClassName
{
color: #50C430;
}
.AnyTagClassName
{
color: #50C430;
}
</style>
background-color css
<style>
a { background-color: #50C430; }
a { background-color: rgb(80,196,48); }
div.DivClassName
{
background-color: #50C430;
}
.BgClassName
{
background-color: #50C430;
}
</style>
border-color css
<style>
span { border-color: #50C430; }
span { border-color: rgb(80,196,48); }
td.TdClassName
{
border-color: #50C430;
}
.TagClassName
{
border-color: #50C430;
}
</style>