Shades of Kelly Green #50C42B
Tints of Kelly Green #50C42B
RGB
CMYK
RGB Variations
Color information
#50C42B (or 0x50C42B) is known color: Kelly Green. HEX triplet: 50, C4 and 2B. RGB value is (80,196,43). Sum of RGB (Red+Green+Blue) = 80+196+43=319 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25.08% from 319); Green value is 196 (76.95% from 255 or 61.44% from 319); Blue value is 43 (17.19% from 255 or 13.48% from 319); Max value from RGB is 196 - color contains mainly: green. Hex color #50C42B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50C42B is #AF3BD4. Grayscale: #909090. Windows color (decimal): -11484117 or 2868304. OLE color: 2868304.
HSL color Cylindrical-coordinate representation of color #50C42B: hue angle of 105.49º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #50C42B is Cyan = 0.59, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 80 | 196 | 43 | - |
| CMYK | 0.59 | 0 | 0.78 | 0.23 |
| HSL | 105.49º | 0.64% | 0.47% | - |
| HSV(B) | 105.49º | 0.78% | 0.77% | - |
| XYZ | 23.48 | 41.36 | 9.03 | - |
| YUV | 143.87 | 71.07 | 82.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 196 | 43 | 0.59 | 0 | 0.78 | 0.23 | 105.49 | 0.64 | 0.47 |
| Hex | 50 | C4 | 2B | 3B | 0 | 4E | 17 | 69 | 40 | 2F |
| Octal | 120 | 304 | 53 | 73 | 0 | 116 | 27 | 151 | 100 | 57 |
| Binary | 1010000 | 11000100 | 101011 | 111011 | 0 | 1001110 | 10111 | 1101001 | 1000000 | 101111 |
Color Harmonies of #50C42B
Complementary color
Monochromatic Colors of #50C42B
Black with #50C42B
Text Example
Text Example
White with #50C42B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50C42B; }
p { color: rgb(80,196,43); }
H1.HeaderClassName
{
color: #50C42B;
}
.AnyTagClassName
{
color: #50C42B;
}
</style>
background-color css
<style>
a { background-color: #50C42B; }
a { background-color: rgb(80,196,43); }
div.DivClassName
{
background-color: #50C42B;
}
.BgClassName
{
background-color: #50C42B;
}
</style>
border-color css
<style>
span { border-color: #50C42B; }
span { border-color: rgb(80,196,43); }
td.TdClassName
{
border-color: #50C42B;
}
.TagClassName
{
border-color: #50C42B;
}
</style>