Shades of Kelly Green #44DF16
Tints of Kelly Green #44DF16
RGB
CMYK
RGB Variations
Color information
#44DF16 (or 0x44DF16) is known color: Kelly Green. HEX triplet: 44, DF and 16. RGB value is (68,223,22). Sum of RGB (Red+Green+Blue) = 68+223+22=313 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.73% from 313); Green value is 223 (87.5% from 255 or 71.25% from 313); Blue value is 22 (8.98% from 255 or 7.03% from 313); Max value from RGB is 223 - color contains mainly: green. Hex color #44DF16 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #44DF16 is #BB20E9. Grayscale: #9A9A9A. Windows color (decimal): -12263658 or 1498948. OLE color: 1498948.
HSL color Cylindrical-coordinate representation of color #44DF16: hue angle of 106.27º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #44DF16 is Cyan = 0.70, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 68 | 223 | 22 | - |
| CMYK | 0.70 | 0 | 0.90 | 0.13 |
| HSL | 106.27º | 0.82% | 0.48% | - |
| HSV(B) | 106.27º | 0.9% | 0.87% | - |
| XYZ | 28.92 | 54.06 | 9.67 | - |
| YUV | 153.74 | 53.65 | 66.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 223 | 22 | 0.70 | 0 | 0.90 | 0.13 | 106.27 | 0.82 | 0.48 |
| Hex | 44 | DF | 16 | 46 | 0 | 5A | D | 6A | 52 | 30 |
| Octal | 104 | 337 | 26 | 106 | 0 | 132 | 15 | 152 | 122 | 60 |
| Binary | 1000100 | 11011111 | 10110 | 1000110 | 0 | 1011010 | 1101 | 1101010 | 1010010 | 110000 |
Color Harmonies of #44DF16
Complementary color
Monochromatic Colors of #44DF16
Black with #44DF16
Text Example
Text Example
White with #44DF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44DF16; }
p { color: rgb(68,223,22); }
H1.HeaderClassName
{
color: #44DF16;
}
.AnyTagClassName
{
color: #44DF16;
}
</style>
background-color css
<style>
a { background-color: #44DF16; }
a { background-color: rgb(68,223,22); }
div.DivClassName
{
background-color: #44DF16;
}
.BgClassName
{
background-color: #44DF16;
}
</style>
border-color css
<style>
span { border-color: #44DF16; }
span { border-color: rgb(68,223,22); }
td.TdClassName
{
border-color: #44DF16;
}
.TagClassName
{
border-color: #44DF16;
}
</style>