Shades of Kelly Green #44AF28
Tints of Kelly Green #44AF28
RGB
CMYK
RGB Variations
Color information
#44AF28 (or 0x44AF28) is known color: Kelly Green. HEX triplet: 44, AF and 28. RGB value is (68,175,40). Sum of RGB (Red+Green+Blue) = 68+175+40=283 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.03% from 283); Green value is 175 (68.75% from 255 or 61.84% from 283); Blue value is 40 (16.02% from 255 or 14.13% from 283); Max value from RGB is 175 - color contains mainly: green. Hex color #44AF28 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #44AF28 is #BB50D7. Grayscale: #808080. Windows color (decimal): -12275928 or 2666308. OLE color: 2666308.
HSL color Cylindrical-coordinate representation of color #44AF28: hue angle of 107.56º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #44AF28 is Cyan = 0.61, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 68 | 175 | 40 | - |
| CMYK | 0.61 | 0 | 0.77 | 0.31 |
| HSL | 107.56º | 0.63% | 0.42% | - |
| HSV(B) | 107.56º | 0.77% | 0.69% | - |
| XYZ | 18.1 | 32.04 | 7.24 | - |
| YUV | 127.62 | 78.55 | 85.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 175 | 40 | 0.61 | 0 | 0.77 | 0.31 | 107.56 | 0.63 | 0.42 |
| Hex | 44 | AF | 28 | 3D | 0 | 4D | 1F | 6C | 3F | 2A |
| Octal | 104 | 257 | 50 | 75 | 0 | 115 | 37 | 154 | 77 | 52 |
| Binary | 1000100 | 10101111 | 101000 | 111101 | 0 | 1001101 | 11111 | 1101100 | 111111 | 101010 |
Color Harmonies of #44AF28
Complementary color
Monochromatic Colors of #44AF28
Black with #44AF28
Text Example
Text Example
White with #44AF28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44AF28; }
p { color: rgb(68,175,40); }
H1.HeaderClassName
{
color: #44AF28;
}
.AnyTagClassName
{
color: #44AF28;
}
</style>
background-color css
<style>
a { background-color: #44AF28; }
a { background-color: rgb(68,175,40); }
div.DivClassName
{
background-color: #44AF28;
}
.BgClassName
{
background-color: #44AF28;
}
</style>
border-color css
<style>
span { border-color: #44AF28; }
span { border-color: rgb(68,175,40); }
td.TdClassName
{
border-color: #44AF28;
}
.TagClassName
{
border-color: #44AF28;
}
</style>