Shades of Kelly Green #44D711
Tints of Kelly Green #44D711
RGB
CMYK
RGB Variations
Color information
#44D711 (or 0x44D711) is known color: Kelly Green. HEX triplet: 44, D7 and 11. RGB value is (68,215,17). Sum of RGB (Red+Green+Blue) = 68+215+17=300 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.67% from 300); Green value is 215 (84.38% from 255 or 71.67% from 300); Blue value is 17 (7.03% from 255 or 5.67% from 300); Max value from RGB is 215 - color contains mainly: green. Hex color #44D711 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #44D711 is #BB28EE. Grayscale: #959595. Windows color (decimal): -12265711 or 1169220. OLE color: 1169220.
HSL color Cylindrical-coordinate representation of color #44D711: hue angle of 104.55º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #44D711 is Cyan = 0.68, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 68 | 215 | 17 | - |
| CMYK | 0.68 | 0 | 0.92 | 0.16 |
| HSL | 104.55º | 0.85% | 0.45% | - |
| HSV(B) | 104.55º | 0.92% | 0.84% | - |
| XYZ | 26.79 | 49.87 | 8.74 | - |
| YUV | 148.48 | 53.8 | 70.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 215 | 17 | 0.68 | 0 | 0.92 | 0.16 | 104.55 | 0.85 | 0.45 |
| Hex | 44 | D7 | 11 | 44 | 0 | 5C | 10 | 69 | 55 | 2D |
| Octal | 104 | 327 | 21 | 104 | 0 | 134 | 20 | 151 | 125 | 55 |
| Binary | 1000100 | 11010111 | 10001 | 1000100 | 0 | 1011100 | 10000 | 1101001 | 1010101 | 101101 |
Color Harmonies of #44D711
Complementary color
Monochromatic Colors of #44D711
Black with #44D711
Text Example
Text Example
White with #44D711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44D711; }
p { color: rgb(68,215,17); }
H1.HeaderClassName
{
color: #44D711;
}
.AnyTagClassName
{
color: #44D711;
}
</style>
background-color css
<style>
a { background-color: #44D711; }
a { background-color: rgb(68,215,17); }
div.DivClassName
{
background-color: #44D711;
}
.BgClassName
{
background-color: #44D711;
}
</style>
border-color css
<style>
span { border-color: #44D711; }
span { border-color: rgb(68,215,17); }
td.TdClassName
{
border-color: #44D711;
}
.TagClassName
{
border-color: #44D711;
}
</style>