Shades of Kelly Green #44D716
Tints of Kelly Green #44D716
RGB
CMYK
RGB Variations
Color information
#44D716 (or 0x44D716) is known color: Kelly Green. HEX triplet: 44, D7 and 16. RGB value is (68,215,22). Sum of RGB (Red+Green+Blue) = 68+215+22=305 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.30% from 305); Green value is 215 (84.38% from 255 or 70.49% from 305); Blue value is 22 (8.98% from 255 or 7.21% from 305); Max value from RGB is 215 - color contains mainly: green. Hex color #44D716 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #44D716 is #BB28E9. Grayscale: #959595. Windows color (decimal): -12265706 or 1496900. OLE color: 1496900.
HSL color Cylindrical-coordinate representation of color #44D716: hue angle of 105.7º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #44D716 is Cyan = 0.68, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 68 | 215 | 22 | - |
| CMYK | 0.68 | 0 | 0.90 | 0.16 |
| HSL | 105.7º | 0.81% | 0.46% | - |
| HSV(B) | 105.7º | 0.9% | 0.84% | - |
| XYZ | 26.83 | 49.89 | 8.97 | - |
| YUV | 149.05 | 56.3 | 70.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 215 | 22 | 0.68 | 0 | 0.90 | 0.16 | 105.7 | 0.81 | 0.46 |
| Hex | 44 | D7 | 16 | 44 | 0 | 5A | 10 | 6A | 51 | 2E |
| Octal | 104 | 327 | 26 | 104 | 0 | 132 | 20 | 152 | 121 | 56 |
| Binary | 1000100 | 11010111 | 10110 | 1000100 | 0 | 1011010 | 10000 | 1101010 | 1010001 | 101110 |
Color Harmonies of #44D716
Complementary color
Monochromatic Colors of #44D716
Black with #44D716
Text Example
Text Example
White with #44D716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44D716; }
p { color: rgb(68,215,22); }
H1.HeaderClassName
{
color: #44D716;
}
.AnyTagClassName
{
color: #44D716;
}
</style>
background-color css
<style>
a { background-color: #44D716; }
a { background-color: rgb(68,215,22); }
div.DivClassName
{
background-color: #44D716;
}
.BgClassName
{
background-color: #44D716;
}
</style>
border-color css
<style>
span { border-color: #44D716; }
span { border-color: rgb(68,215,22); }
td.TdClassName
{
border-color: #44D716;
}
.TagClassName
{
border-color: #44D716;
}
</style>