Shades of Kelly Green #44AF20
Tints of Kelly Green #44AF20
RGB
CMYK
RGB Variations
Color information
#44AF20 (or 0x44AF20) is known color: Kelly Green. HEX triplet: 44, AF and 20. RGB value is (68,175,32). Sum of RGB (Red+Green+Blue) = 68+175+32=275 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.73% from 275); Green value is 175 (68.75% from 255 or 63.64% from 275); Blue value is 32 (12.89% from 255 or 11.64% from 275); Max value from RGB is 175 - color contains mainly: green. Hex color #44AF20 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #44AF20 is #BB50DF. Grayscale: #7F7F7F. Windows color (decimal): -12275936 or 2142020. OLE color: 2142020.
HSL color Cylindrical-coordinate representation of color #44AF20: hue angle of 104.9º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #44AF20 is Cyan = 0.61, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 68 | 175 | 32 | - |
| CMYK | 0.61 | 0 | 0.82 | 0.31 |
| HSL | 104.9º | 0.69% | 0.41% | - |
| HSV(B) | 104.9º | 0.82% | 0.69% | - |
| XYZ | 17.97 | 31.99 | 6.59 | - |
| YUV | 126.71 | 74.55 | 86.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 175 | 32 | 0.61 | 0 | 0.82 | 0.31 | 104.9 | 0.69 | 0.41 |
| Hex | 44 | AF | 20 | 3D | 0 | 52 | 1F | 69 | 45 | 29 |
| Octal | 104 | 257 | 40 | 75 | 0 | 122 | 37 | 151 | 105 | 51 |
| Binary | 1000100 | 10101111 | 100000 | 111101 | 0 | 1010010 | 11111 | 1101001 | 1000101 | 101001 |
Color Harmonies of #44AF20
Complementary color
Monochromatic Colors of #44AF20
Black with #44AF20
Text Example
Text Example
White with #44AF20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44AF20; }
p { color: rgb(68,175,32); }
H1.HeaderClassName
{
color: #44AF20;
}
.AnyTagClassName
{
color: #44AF20;
}
</style>
background-color css
<style>
a { background-color: #44AF20; }
a { background-color: rgb(68,175,32); }
div.DivClassName
{
background-color: #44AF20;
}
.BgClassName
{
background-color: #44AF20;
}
</style>
border-color css
<style>
span { border-color: #44AF20; }
span { border-color: rgb(68,175,32); }
td.TdClassName
{
border-color: #44AF20;
}
.TagClassName
{
border-color: #44AF20;
}
</style>