Shades of Kelly Green #44D713
Tints of Kelly Green #44D713
RGB
CMYK
RGB Variations
Color information
#44D713 (or 0x44D713) is known color: Kelly Green. HEX triplet: 44, D7 and 13. RGB value is (68,215,19). Sum of RGB (Red+Green+Blue) = 68+215+19=302 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.52% from 302); Green value is 215 (84.38% from 255 or 71.19% from 302); Blue value is 19 (7.81% from 255 or 6.29% from 302); Max value from RGB is 215 - color contains mainly: green. Hex color #44D713 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #44D713 is #BB28EC. Grayscale: #959595. Windows color (decimal): -12265709 or 1300292. OLE color: 1300292.
HSL color Cylindrical-coordinate representation of color #44D713: hue angle of 105º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #44D713 is Cyan = 0.68, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 68 | 215 | 19 | - |
| CMYK | 0.68 | 0 | 0.91 | 0.16 |
| HSL | 105º | 0.84% | 0.46% | - |
| HSV(B) | 105º | 0.91% | 0.84% | - |
| XYZ | 26.8 | 49.88 | 8.83 | - |
| YUV | 148.7 | 54.8 | 70.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 215 | 19 | 0.68 | 0 | 0.91 | 0.16 | 105 | 0.84 | 0.46 |
| Hex | 44 | D7 | 13 | 44 | 0 | 5B | 10 | 69 | 54 | 2E |
| Octal | 104 | 327 | 23 | 104 | 0 | 133 | 20 | 151 | 124 | 56 |
| Binary | 1000100 | 11010111 | 10011 | 1000100 | 0 | 1011011 | 10000 | 1101001 | 1010100 | 101110 |
Color Harmonies of #44D713
Complementary color
Monochromatic Colors of #44D713
Black with #44D713
Text Example
Text Example
White with #44D713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44D713; }
p { color: rgb(68,215,19); }
H1.HeaderClassName
{
color: #44D713;
}
.AnyTagClassName
{
color: #44D713;
}
</style>
background-color css
<style>
a { background-color: #44D713; }
a { background-color: rgb(68,215,19); }
div.DivClassName
{
background-color: #44D713;
}
.BgClassName
{
background-color: #44D713;
}
</style>
border-color css
<style>
span { border-color: #44D713; }
span { border-color: rgb(68,215,19); }
td.TdClassName
{
border-color: #44D713;
}
.TagClassName
{
border-color: #44D713;
}
</style>