Shades of Kelly Green #44D80C
Tints of Kelly Green #44D80C
RGB
CMYK
RGB Variations
Color information
#44D80C (or 0x44D80C) is known color: Kelly Green. HEX triplet: 44, D8 and 0C. RGB value is (68,216,12). Sum of RGB (Red+Green+Blue) = 68+216+12=296 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.97% from 296); Green value is 216 (84.77% from 255 or 72.97% from 296); Blue value is 12 (5.08% from 255 or 4.05% from 296); Max value from RGB is 216 - color contains mainly: green. Hex color #44D80C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #44D80C is #BB27F3. Grayscale: #959595. Windows color (decimal): -12265460 or 841796. OLE color: 841796.
HSL color Cylindrical-coordinate representation of color #44D80C: hue angle of 103.53º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #44D80C is Cyan = 0.69, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 68 | 216 | 12 | - |
| CMYK | 0.69 | 0 | 0.94 | 0.15 |
| HSL | 103.53º | 0.89% | 0.45% | - |
| HSV(B) | 103.53º | 0.94% | 0.85% | - |
| XYZ | 27.01 | 50.37 | 8.65 | - |
| YUV | 148.49 | 50.97 | 70.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 216 | 12 | 0.69 | 0 | 0.94 | 0.15 | 103.53 | 0.89 | 0.45 |
| Hex | 44 | D8 | C | 45 | 0 | 5E | F | 68 | 59 | 2D |
| Octal | 104 | 330 | 14 | 105 | 0 | 136 | 17 | 150 | 131 | 55 |
| Binary | 1000100 | 11011000 | 1100 | 1000101 | 0 | 1011110 | 1111 | 1101000 | 1011001 | 101101 |
Color Harmonies of #44D80C
Complementary color
Monochromatic Colors of #44D80C
Black with #44D80C
Text Example
Text Example
White with #44D80C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44D80C; }
p { color: rgb(68,216,12); }
H1.HeaderClassName
{
color: #44D80C;
}
.AnyTagClassName
{
color: #44D80C;
}
</style>
background-color css
<style>
a { background-color: #44D80C; }
a { background-color: rgb(68,216,12); }
div.DivClassName
{
background-color: #44D80C;
}
.BgClassName
{
background-color: #44D80C;
}
</style>
border-color css
<style>
span { border-color: #44D80C; }
span { border-color: rgb(68,216,12); }
td.TdClassName
{
border-color: #44D80C;
}
.TagClassName
{
border-color: #44D80C;
}
</style>