Shades of Kelly Green #44A707
Tints of Kelly Green #44A707
RGB
CMYK
RGB Variations
Color information
#44A707 (or 0x44A707) is known color: Kelly Green. HEX triplet: 44, A7 and 07. RGB value is (68,167,7). Sum of RGB (Red+Green+Blue) = 68+167+7=242 (32% of max value = 765). Red value is 68 (26.95% from 255 or 28.10% from 242); Green value is 167 (65.62% from 255 or 69.01% from 242); Blue value is 7 (3.12% from 255 or 2.89% from 242); Max value from RGB is 167 - color contains mainly: green. Hex color #44A707 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #44A707 is #BB58F8. Grayscale: #777777. Windows color (decimal): -12278009 or 501572. OLE color: 501572.
HSL color Cylindrical-coordinate representation of color #44A707: hue angle of 97.12º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #44A707 is Cyan = 0.59, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 68 | 167 | 7 | - |
| CMYK | 0.59 | 0 | 0.96 | 0.35 |
| HSL | 97.13º | 0.92% | 0.34% | - |
| HSV(B) | 97.13º | 0.96% | 0.65% | - |
| XYZ | 16.24 | 28.88 | 4.92 | - |
| YUV | 119.16 | 64.7 | 91.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 167 | 7 | 0.59 | 0 | 0.96 | 0.35 | 97.13 | 0.92 | 0.34 |
| Hex | 44 | A7 | 7 | 3B | 0 | 60 | 23 | 61 | 5C | 22 |
| Octal | 104 | 247 | 7 | 73 | 0 | 140 | 43 | 141 | 134 | 42 |
| Binary | 1000100 | 10100111 | 111 | 111011 | 0 | 1100000 | 100011 | 1100001 | 1011100 | 100010 |
Color Harmonies of #44A707
Complementary color
Monochromatic Colors of #44A707
Black with #44A707
Text Example
Text Example
White with #44A707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44A707; }
p { color: rgb(68,167,7); }
H1.HeaderClassName
{
color: #44A707;
}
.AnyTagClassName
{
color: #44A707;
}
</style>
background-color css
<style>
a { background-color: #44A707; }
a { background-color: rgb(68,167,7); }
div.DivClassName
{
background-color: #44A707;
}
.BgClassName
{
background-color: #44A707;
}
</style>
border-color css
<style>
span { border-color: #44A707; }
span { border-color: rgb(68,167,7); }
td.TdClassName
{
border-color: #44A707;
}
.TagClassName
{
border-color: #44A707;
}
</style>