Shades of Kelly Green #44B714
Tints of Kelly Green #44B714
RGB
CMYK
RGB Variations
Color information
#44B714 (or 0x44B714) is known color: Kelly Green. HEX triplet: 44, B7 and 14. RGB value is (68,183,20). Sum of RGB (Red+Green+Blue) = 68+183+20=271 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.09% from 271); Green value is 183 (71.88% from 255 or 67.53% from 271); Blue value is 20 (8.20% from 255 or 7.38% from 271); Max value from RGB is 183 - color contains mainly: green. Hex color #44B714 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #44B714 is #BB48EB. Grayscale: #828282. Windows color (decimal): -12273900 or 1357636. OLE color: 1357636.
HSL color Cylindrical-coordinate representation of color #44B714: hue angle of 102.33º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #44B714 is Cyan = 0.63, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 68 | 183 | 20 | - |
| CMYK | 0.63 | 0 | 0.89 | 0.28 |
| HSL | 102.33º | 0.8% | 0.4% | - |
| HSV(B) | 102.33º | 0.89% | 0.72% | - |
| XYZ | 19.44 | 35.15 | 6.42 | - |
| YUV | 130.03 | 65.9 | 83.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 183 | 20 | 0.63 | 0 | 0.89 | 0.28 | 102.33 | 0.8 | 0.4 |
| Hex | 44 | B7 | 14 | 3F | 0 | 59 | 1C | 66 | 50 | 28 |
| Octal | 104 | 267 | 24 | 77 | 0 | 131 | 34 | 146 | 120 | 50 |
| Binary | 1000100 | 10110111 | 10100 | 111111 | 0 | 1011001 | 11100 | 1100110 | 1010000 | 101000 |
Color Harmonies of #44B714
Complementary color
Monochromatic Colors of #44B714
Black with #44B714
Text Example
Text Example
White with #44B714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44B714; }
p { color: rgb(68,183,20); }
H1.HeaderClassName
{
color: #44B714;
}
.AnyTagClassName
{
color: #44B714;
}
</style>
background-color css
<style>
a { background-color: #44B714; }
a { background-color: rgb(68,183,20); }
div.DivClassName
{
background-color: #44B714;
}
.BgClassName
{
background-color: #44B714;
}
</style>
border-color css
<style>
span { border-color: #44B714; }
span { border-color: rgb(68,183,20); }
td.TdClassName
{
border-color: #44B714;
}
.TagClassName
{
border-color: #44B714;
}
</style>