Shades of Kelly Green #50D827
Tints of Kelly Green #50D827
RGB
CMYK
RGB Variations
Color information
#50D827 (or 0x50D827) is known color: Kelly Green. HEX triplet: 50, D8 and 27. RGB value is (80,216,39). Sum of RGB (Red+Green+Blue) = 80+216+39=335 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.88% from 335); Green value is 216 (84.77% from 255 or 64.48% from 335); Blue value is 39 (15.62% from 255 or 11.64% from 335); Max value from RGB is 216 - color contains mainly: green. Hex color #50D827 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50D827 is #AF27D8. Grayscale: #9B9B9B. Windows color (decimal): -11479001 or 2611280. OLE color: 2611280.
HSL color Cylindrical-coordinate representation of color #50D827: hue angle of 106.1º degrees, saturation: 0.69, 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 #50D827 is Cyan = 0.63, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 80 | 216 | 39 | - |
| CMYK | 0.63 | 0 | 0.82 | 0.15 |
| HSL | 106.1º | 0.69% | 0.5% | - |
| HSV(B) | 106.1º | 0.82% | 0.85% | - |
| XYZ | 28.23 | 50.96 | 10.27 | - |
| YUV | 155.16 | 62.44 | 74.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 216 | 39 | 0.63 | 0 | 0.82 | 0.15 | 106.1 | 0.69 | 0.5 |
| Hex | 50 | D8 | 27 | 3F | 0 | 52 | F | 6A | 45 | 32 |
| Octal | 120 | 330 | 47 | 77 | 0 | 122 | 17 | 152 | 105 | 62 |
| Binary | 1010000 | 11011000 | 100111 | 111111 | 0 | 1010010 | 1111 | 1101010 | 1000101 | 110010 |
Color Harmonies of #50D827
Complementary color
Monochromatic Colors of #50D827
Black with #50D827
Text Example
Text Example
White with #50D827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50D827; }
p { color: rgb(80,216,39); }
H1.HeaderClassName
{
color: #50D827;
}
.AnyTagClassName
{
color: #50D827;
}
</style>
background-color css
<style>
a { background-color: #50D827; }
a { background-color: rgb(80,216,39); }
div.DivClassName
{
background-color: #50D827;
}
.BgClassName
{
background-color: #50D827;
}
</style>
border-color css
<style>
span { border-color: #50D827; }
span { border-color: rgb(80,216,39); }
td.TdClassName
{
border-color: #50D827;
}
.TagClassName
{
border-color: #50D827;
}
</style>