Shades of Kelly Green #44BD16
Tints of Kelly Green #44BD16
RGB
CMYK
RGB Variations
Color information
#44BD16 (or 0x44BD16) is known color: Kelly Green. HEX triplet: 44, BD and 16. RGB value is (68,189,22). Sum of RGB (Red+Green+Blue) = 68+189+22=279 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.37% from 279); Green value is 189 (74.22% from 255 or 67.74% from 279); Blue value is 22 (8.98% from 255 or 7.89% from 279); Max value from RGB is 189 - color contains mainly: green. Hex color #44BD16 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #44BD16 is #BB42E9. Grayscale: #868686. Windows color (decimal): -12272362 or 1490244. OLE color: 1490244.
HSL color Cylindrical-coordinate representation of color #44BD16: hue angle of 103.47º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #44BD16 is Cyan = 0.64, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 68 | 189 | 22 | - |
| CMYK | 0.64 | 0 | 0.88 | 0.26 |
| HSL | 103.47º | 0.79% | 0.41% | - |
| HSV(B) | 103.47º | 0.88% | 0.74% | - |
| XYZ | 20.73 | 37.68 | 6.94 | - |
| YUV | 133.78 | 64.91 | 81.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 189 | 22 | 0.64 | 0 | 0.88 | 0.26 | 103.47 | 0.79 | 0.41 |
| Hex | 44 | BD | 16 | 40 | 0 | 58 | 1A | 67 | 4F | 29 |
| Octal | 104 | 275 | 26 | 100 | 0 | 130 | 32 | 147 | 117 | 51 |
| Binary | 1000100 | 10111101 | 10110 | 1000000 | 0 | 1011000 | 11010 | 1100111 | 1001111 | 101001 |
Color Harmonies of #44BD16
Complementary color
Monochromatic Colors of #44BD16
Black with #44BD16
Text Example
Text Example
White with #44BD16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44BD16; }
p { color: rgb(68,189,22); }
H1.HeaderClassName
{
color: #44BD16;
}
.AnyTagClassName
{
color: #44BD16;
}
</style>
background-color css
<style>
a { background-color: #44BD16; }
a { background-color: rgb(68,189,22); }
div.DivClassName
{
background-color: #44BD16;
}
.BgClassName
{
background-color: #44BD16;
}
</style>
border-color css
<style>
span { border-color: #44BD16; }
span { border-color: rgb(68,189,22); }
td.TdClassName
{
border-color: #44BD16;
}
.TagClassName
{
border-color: #44BD16;
}
</style>