Shades of Kelly Green #44B705
Tints of Kelly Green #44B705
RGB
CMYK
RGB Variations
Color information
#44B705 (or 0x44B705) is known color: Kelly Green. HEX triplet: 44, B7 and 05. RGB value is (68,183,5). Sum of RGB (Red+Green+Blue) = 68+183+5=256 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.56% from 256); Green value is 183 (71.88% from 255 or 71.48% from 256); Blue value is 5 (2.34% from 255 or 1.95% from 256); Max value from RGB is 183 - color contains mainly: green. Hex color #44B705 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #44B705 is #BB48FA. Grayscale: #808080. Windows color (decimal): -12273915 or 374596. OLE color: 374596.
HSL color Cylindrical-coordinate representation of color #44B705: hue angle of 98.76º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #44B705 is Cyan = 0.63, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 68 | 183 | 5 | - |
| CMYK | 0.63 | 0 | 0.97 | 0.28 |
| HSL | 98.76º | 0.95% | 0.37% | - |
| HSV(B) | 98.76º | 0.97% | 0.72% | - |
| XYZ | 19.34 | 35.11 | 5.9 | - |
| YUV | 128.32 | 58.4 | 84.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 183 | 5 | 0.63 | 0 | 0.97 | 0.28 | 98.76 | 0.95 | 0.37 |
| Hex | 44 | B7 | 5 | 3F | 0 | 61 | 1C | 63 | 5F | 25 |
| Octal | 104 | 267 | 5 | 77 | 0 | 141 | 34 | 143 | 137 | 45 |
| Binary | 1000100 | 10110111 | 101 | 111111 | 0 | 1100001 | 11100 | 1100011 | 1011111 | 100101 |
Color Harmonies of #44B705
Complementary color
Monochromatic Colors of #44B705
Black with #44B705
Text Example
Text Example
White with #44B705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44B705; }
p { color: rgb(68,183,5); }
H1.HeaderClassName
{
color: #44B705;
}
.AnyTagClassName
{
color: #44B705;
}
</style>
background-color css
<style>
a { background-color: #44B705; }
a { background-color: rgb(68,183,5); }
div.DivClassName
{
background-color: #44B705;
}
.BgClassName
{
background-color: #44B705;
}
</style>
border-color css
<style>
span { border-color: #44B705; }
span { border-color: rgb(68,183,5); }
td.TdClassName
{
border-color: #44B705;
}
.TagClassName
{
border-color: #44B705;
}
</style>