Shades of Kelly Green #44DB14
Tints of Kelly Green #44DB14
RGB
CMYK
RGB Variations
Color information
#44DB14 (or 0x44DB14) is known color: Kelly Green. HEX triplet: 44, DB and 14. RGB value is (68,219,20). Sum of RGB (Red+Green+Blue) = 68+219+20=307 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.15% from 307); Green value is 219 (85.94% from 255 or 71.34% from 307); Blue value is 20 (8.20% from 255 or 6.51% from 307); Max value from RGB is 219 - color contains mainly: green. Hex color #44DB14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #44DB14 is #BB24EB. Grayscale: #979797. Windows color (decimal): -12264684 or 1366852. OLE color: 1366852.
HSL color Cylindrical-coordinate representation of color #44DB14: hue angle of 105.53º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #44DB14 is Cyan = 0.69, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 68 | 219 | 20 | - |
| CMYK | 0.69 | 0 | 0.91 | 0.14 |
| HSL | 105.53º | 0.83% | 0.47% | - |
| HSV(B) | 105.53º | 0.91% | 0.86% | - |
| XYZ | 27.84 | 51.94 | 9.22 | - |
| YUV | 151.17 | 53.97 | 68.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 219 | 20 | 0.69 | 0 | 0.91 | 0.14 | 105.53 | 0.83 | 0.47 |
| Hex | 44 | DB | 14 | 45 | 0 | 5B | E | 6A | 53 | 2F |
| Octal | 104 | 333 | 24 | 105 | 0 | 133 | 16 | 152 | 123 | 57 |
| Binary | 1000100 | 11011011 | 10100 | 1000101 | 0 | 1011011 | 1110 | 1101010 | 1010011 | 101111 |
Color Harmonies of #44DB14
Complementary color
Monochromatic Colors of #44DB14
Black with #44DB14
Text Example
Text Example
White with #44DB14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44DB14; }
p { color: rgb(68,219,20); }
H1.HeaderClassName
{
color: #44DB14;
}
.AnyTagClassName
{
color: #44DB14;
}
</style>
background-color css
<style>
a { background-color: #44DB14; }
a { background-color: rgb(68,219,20); }
div.DivClassName
{
background-color: #44DB14;
}
.BgClassName
{
background-color: #44DB14;
}
</style>
border-color css
<style>
span { border-color: #44DB14; }
span { border-color: rgb(68,219,20); }
td.TdClassName
{
border-color: #44DB14;
}
.TagClassName
{
border-color: #44DB14;
}
</style>