Shades of Kelly Green #50C409
Tints of Kelly Green #50C409
RGB
CMYK
RGB Variations
Color information
#50C409 (or 0x50C409) is known color: Kelly Green. HEX triplet: 50, C4 and 09. RGB value is (80,196,9). Sum of RGB (Red+Green+Blue) = 80+196+9=285 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.07% from 285); Green value is 196 (76.95% from 255 or 68.77% from 285); Blue value is 9 (3.91% from 255 or 3.16% from 285); Max value from RGB is 196 - color contains mainly: green. Hex color #50C409 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50C409 is #AF3BF6. Grayscale: #8C8C8C. Windows color (decimal): -11484151 or 640080. OLE color: 640080.
HSL color Cylindrical-coordinate representation of color #50C409: hue angle of 97.22º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #50C409 is Cyan = 0.59, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 80 | 196 | 9 | - |
| CMYK | 0.59 | 0 | 0.95 | 0.23 |
| HSL | 97.22º | 0.91% | 0.4% | - |
| HSV(B) | 97.22º | 0.95% | 0.77% | - |
| XYZ | 23.1 | 41.21 | 6.99 | - |
| YUV | 140 | 54.07 | 85.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 196 | 9 | 0.59 | 0 | 0.95 | 0.23 | 97.22 | 0.91 | 0.4 |
| Hex | 50 | C4 | 9 | 3B | 0 | 5F | 17 | 61 | 5B | 28 |
| Octal | 120 | 304 | 11 | 73 | 0 | 137 | 27 | 141 | 133 | 50 |
| Binary | 1010000 | 11000100 | 1001 | 111011 | 0 | 1011111 | 10111 | 1100001 | 1011011 | 101000 |
Color Harmonies of #50C409
Complementary color
Monochromatic Colors of #50C409
Black with #50C409
Text Example
Text Example
White with #50C409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50C409; }
p { color: rgb(80,196,9); }
H1.HeaderClassName
{
color: #50C409;
}
.AnyTagClassName
{
color: #50C409;
}
</style>
background-color css
<style>
a { background-color: #50C409; }
a { background-color: rgb(80,196,9); }
div.DivClassName
{
background-color: #50C409;
}
.BgClassName
{
background-color: #50C409;
}
</style>
border-color css
<style>
span { border-color: #50C409; }
span { border-color: rgb(80,196,9); }
td.TdClassName
{
border-color: #50C409;
}
.TagClassName
{
border-color: #50C409;
}
</style>