Shades of Kelly Green #44C420
Tints of Kelly Green #44C420
RGB
CMYK
RGB Variations
Color information
#44C420 (or 0x44C420) is known color: Kelly Green. HEX triplet: 44, C4 and 20. RGB value is (68,196,32). Sum of RGB (Red+Green+Blue) = 68+196+32=296 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.97% from 296); Green value is 196 (76.95% from 255 or 66.22% from 296); Blue value is 32 (12.89% from 255 or 10.81% from 296); Max value from RGB is 196 - color contains mainly: green. Hex color #44C420 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44C420 is #BB3BDF. Grayscale: #8B8B8B. Windows color (decimal): -12270560 or 2147396. OLE color: 2147396.
HSL color Cylindrical-coordinate representation of color #44C420: hue angle of 106.83º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #44C420 is Cyan = 0.65, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 68 | 196 | 32 | - |
| CMYK | 0.65 | 0 | 0.84 | 0.23 |
| HSL | 106.83º | 0.72% | 0.45% | - |
| HSV(B) | 106.83º | 0.84% | 0.77% | - |
| XYZ | 22.38 | 40.81 | 8.06 | - |
| YUV | 139.03 | 67.59 | 77.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 196 | 32 | 0.65 | 0 | 0.84 | 0.23 | 106.83 | 0.72 | 0.45 |
| Hex | 44 | C4 | 20 | 41 | 0 | 54 | 17 | 6B | 48 | 2D |
| Octal | 104 | 304 | 40 | 101 | 0 | 124 | 27 | 153 | 110 | 55 |
| Binary | 1000100 | 11000100 | 100000 | 1000001 | 0 | 1010100 | 10111 | 1101011 | 1001000 | 101101 |
Color Harmonies of #44C420
Complementary color
Monochromatic Colors of #44C420
Black with #44C420
Text Example
Text Example
White with #44C420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44C420; }
p { color: rgb(68,196,32); }
H1.HeaderClassName
{
color: #44C420;
}
.AnyTagClassName
{
color: #44C420;
}
</style>
background-color css
<style>
a { background-color: #44C420; }
a { background-color: rgb(68,196,32); }
div.DivClassName
{
background-color: #44C420;
}
.BgClassName
{
background-color: #44C420;
}
</style>
border-color css
<style>
span { border-color: #44C420; }
span { border-color: rgb(68,196,32); }
td.TdClassName
{
border-color: #44C420;
}
.TagClassName
{
border-color: #44C420;
}
</style>