Shades of Kelly Green #44D705
Tints of Kelly Green #44D705
RGB
CMYK
RGB Variations
Color information
#44D705 (or 0x44D705) is known color: Kelly Green. HEX triplet: 44, D7 and 05. RGB value is (68,215,5). Sum of RGB (Red+Green+Blue) = 68+215+5=288 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.61% from 288); Green value is 215 (84.38% from 255 or 74.65% from 288); Blue value is 5 (2.34% from 255 or 1.74% from 288); Max value from RGB is 215 - color contains mainly: green. Hex color #44D705 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #44D705 is #BB28FA. Grayscale: #939393. Windows color (decimal): -12265723 or 382788. OLE color: 382788.
HSL color Cylindrical-coordinate representation of color #44D705: hue angle of 102º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #44D705 is Cyan = 0.68, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 68 | 215 | 5 | - |
| CMYK | 0.68 | 0 | 0.98 | 0.16 |
| HSL | 102º | 0.95% | 0.43% | - |
| HSV(B) | 102º | 0.98% | 0.84% | - |
| XYZ | 26.71 | 49.84 | 8.36 | - |
| YUV | 147.11 | 47.8 | 71.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 215 | 5 | 0.68 | 0 | 0.98 | 0.16 | 102 | 0.95 | 0.43 |
| Hex | 44 | D7 | 5 | 44 | 0 | 62 | 10 | 66 | 5F | 2B |
| Octal | 104 | 327 | 5 | 104 | 0 | 142 | 20 | 146 | 137 | 53 |
| Binary | 1000100 | 11010111 | 101 | 1000100 | 0 | 1100010 | 10000 | 1100110 | 1011111 | 101011 |
Color Harmonies of #44D705
Complementary color
Monochromatic Colors of #44D705
Black with #44D705
Text Example
Text Example
White with #44D705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44D705; }
p { color: rgb(68,215,5); }
H1.HeaderClassName
{
color: #44D705;
}
.AnyTagClassName
{
color: #44D705;
}
</style>
background-color css
<style>
a { background-color: #44D705; }
a { background-color: rgb(68,215,5); }
div.DivClassName
{
background-color: #44D705;
}
.BgClassName
{
background-color: #44D705;
}
</style>
border-color css
<style>
span { border-color: #44D705; }
span { border-color: rgb(68,215,5); }
td.TdClassName
{
border-color: #44D705;
}
.TagClassName
{
border-color: #44D705;
}
</style>