Shades of Kelly Green #50DF18
Tints of Kelly Green #50DF18
RGB
CMYK
RGB Variations
Color information
#50DF18 (or 0x50DF18) is known color: Kelly Green. HEX triplet: 50, DF and 18. RGB value is (80,223,24). Sum of RGB (Red+Green+Blue) = 80+223+24=327 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.46% from 327); Green value is 223 (87.5% from 255 or 68.20% from 327); Blue value is 24 (9.77% from 255 or 7.34% from 327); Max value from RGB is 223 - color contains mainly: green. Hex color #50DF18 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50DF18 is #AF20E7. Grayscale: #9E9E9E. Windows color (decimal): -11477224 or 1630032. OLE color: 1630032.
HSL color Cylindrical-coordinate representation of color #50DF18: hue angle of 103.12º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #50DF18 is Cyan = 0.64, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 80 | 223 | 24 | - |
| CMYK | 0.64 | 0 | 0.89 | 0.13 |
| HSL | 103.12º | 0.81% | 0.48% | - |
| HSV(B) | 103.12º | 0.89% | 0.87% | - |
| XYZ | 29.86 | 54.55 | 9.82 | - |
| YUV | 157.56 | 52.62 | 72.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 223 | 24 | 0.64 | 0 | 0.89 | 0.13 | 103.12 | 0.81 | 0.48 |
| Hex | 50 | DF | 18 | 40 | 0 | 59 | D | 67 | 51 | 30 |
| Octal | 120 | 337 | 30 | 100 | 0 | 131 | 15 | 147 | 121 | 60 |
| Binary | 1010000 | 11011111 | 11000 | 1000000 | 0 | 1011001 | 1101 | 1100111 | 1010001 | 110000 |
Color Harmonies of #50DF18
Complementary color
Monochromatic Colors of #50DF18
Black with #50DF18
Text Example
Text Example
White with #50DF18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50DF18; }
p { color: rgb(80,223,24); }
H1.HeaderClassName
{
color: #50DF18;
}
.AnyTagClassName
{
color: #50DF18;
}
</style>
background-color css
<style>
a { background-color: #50DF18; }
a { background-color: rgb(80,223,24); }
div.DivClassName
{
background-color: #50DF18;
}
.BgClassName
{
background-color: #50DF18;
}
</style>
border-color css
<style>
span { border-color: #50DF18; }
span { border-color: rgb(80,223,24); }
td.TdClassName
{
border-color: #50DF18;
}
.TagClassName
{
border-color: #50DF18;
}
</style>