Shades of Kelly Green #50D826
Tints of Kelly Green #50D826
RGB
CMYK
RGB Variations
Color information
#50D826 (or 0x50D826) is known color: Kelly Green. HEX triplet: 50, D8 and 26. RGB value is (80,216,38). Sum of RGB (Red+Green+Blue) = 80+216+38=334 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.95% from 334); Green value is 216 (84.77% from 255 or 64.67% from 334); Blue value is 38 (15.23% from 255 or 11.38% from 334); Max value from RGB is 216 - color contains mainly: green. Hex color #50D826 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50D826 is #AF27D9. Grayscale: #9B9B9B. Windows color (decimal): -11479002 or 2545744. OLE color: 2545744.
HSL color Cylindrical-coordinate representation of color #50D826: hue angle of 105.84º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #50D826 is Cyan = 0.63, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 80 | 216 | 38 | - |
| CMYK | 0.63 | 0 | 0.82 | 0.15 |
| HSL | 105.84º | 0.7% | 0.5% | - |
| HSV(B) | 105.84º | 0.82% | 0.85% | - |
| XYZ | 28.21 | 50.96 | 10.18 | - |
| YUV | 155.04 | 61.94 | 74.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 216 | 38 | 0.63 | 0 | 0.82 | 0.15 | 105.84 | 0.7 | 0.5 |
| Hex | 50 | D8 | 26 | 3F | 0 | 52 | F | 6A | 46 | 32 |
| Octal | 120 | 330 | 46 | 77 | 0 | 122 | 17 | 152 | 106 | 62 |
| Binary | 1010000 | 11011000 | 100110 | 111111 | 0 | 1010010 | 1111 | 1101010 | 1000110 | 110010 |
Color Harmonies of #50D826
Complementary color
Monochromatic Colors of #50D826
Black with #50D826
Text Example
Text Example
White with #50D826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50D826; }
p { color: rgb(80,216,38); }
H1.HeaderClassName
{
color: #50D826;
}
.AnyTagClassName
{
color: #50D826;
}
</style>
background-color css
<style>
a { background-color: #50D826; }
a { background-color: rgb(80,216,38); }
div.DivClassName
{
background-color: #50D826;
}
.BgClassName
{
background-color: #50D826;
}
</style>
border-color css
<style>
span { border-color: #50D826; }
span { border-color: rgb(80,216,38); }
td.TdClassName
{
border-color: #50D826;
}
.TagClassName
{
border-color: #50D826;
}
</style>