Shades of Kelly Green #44B70B
Tints of Kelly Green #44B70B
RGB
CMYK
RGB Variations
Color information
#44B70B (or 0x44B70B) is known color: Kelly Green. HEX triplet: 44, B7 and 0B. RGB value is (68,183,11). Sum of RGB (Red+Green+Blue) = 68+183+11=262 (34% of max value = 765). Red value is 68 (26.95% from 255 or 25.95% from 262); Green value is 183 (71.88% from 255 or 69.85% from 262); Blue value is 11 (4.69% from 255 or 4.20% from 262); Max value from RGB is 183 - color contains mainly: green. Hex color #44B70B is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #44B70B is #BB48F4. Grayscale: #818181. Windows color (decimal): -12273909 or 767812. OLE color: 767812.
HSL color Cylindrical-coordinate representation of color #44B70B: hue angle of 100.12º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #44B70B is Cyan = 0.63, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 68 | 183 | 11 | - |
| CMYK | 0.63 | 0 | 0.94 | 0.28 |
| HSL | 100.12º | 0.89% | 0.38% | - |
| HSV(B) | 100.12º | 0.94% | 0.72% | - |
| XYZ | 19.38 | 35.12 | 6.07 | - |
| YUV | 129.01 | 61.4 | 84.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 183 | 11 | 0.63 | 0 | 0.94 | 0.28 | 100.12 | 0.89 | 0.38 |
| Hex | 44 | B7 | B | 3F | 0 | 5E | 1C | 64 | 59 | 26 |
| Octal | 104 | 267 | 13 | 77 | 0 | 136 | 34 | 144 | 131 | 46 |
| Binary | 1000100 | 10110111 | 1011 | 111111 | 0 | 1011110 | 11100 | 1100100 | 1011001 | 100110 |
Color Harmonies of #44B70B
Complementary color
Monochromatic Colors of #44B70B
Black with #44B70B
Text Example
Text Example
White with #44B70B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44B70B; }
p { color: rgb(68,183,11); }
H1.HeaderClassName
{
color: #44B70B;
}
.AnyTagClassName
{
color: #44B70B;
}
</style>
background-color css
<style>
a { background-color: #44B70B; }
a { background-color: rgb(68,183,11); }
div.DivClassName
{
background-color: #44B70B;
}
.BgClassName
{
background-color: #44B70B;
}
</style>
border-color css
<style>
span { border-color: #44B70B; }
span { border-color: rgb(68,183,11); }
td.TdClassName
{
border-color: #44B70B;
}
.TagClassName
{
border-color: #44B70B;
}
</style>