Shades of Kelly Green #44B42C
Tints of Kelly Green #44B42C
RGB
CMYK
RGB Variations
Color information
#44B42C (or 0x44B42C) is known color: Kelly Green. HEX triplet: 44, B4 and 2C. RGB value is (68,180,44). Sum of RGB (Red+Green+Blue) = 68+180+44=292 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.29% from 292); Green value is 180 (70.70% from 255 or 61.64% from 292); Blue value is 44 (17.58% from 255 or 15.07% from 292); Max value from RGB is 180 - color contains mainly: green. Hex color #44B42C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44B42C is #BB4BD3. Grayscale: #838383. Windows color (decimal): -12274644 or 2929732. OLE color: 2929732.
HSL color Cylindrical-coordinate representation of color #44B42C: hue angle of 109.41º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #44B42C is Cyan = 0.62, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 68 | 180 | 44 | - |
| CMYK | 0.62 | 0 | 0.76 | 0.29 |
| HSL | 109.41º | 0.61% | 0.44% | - |
| HSV(B) | 109.41º | 0.76% | 0.71% | - |
| XYZ | 19.16 | 34.05 | 7.95 | - |
| YUV | 131.01 | 78.89 | 83.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 180 | 44 | 0.62 | 0 | 0.76 | 0.29 | 109.41 | 0.61 | 0.44 |
| Hex | 44 | B4 | 2C | 3E | 0 | 4C | 1D | 6D | 3D | 2C |
| Octal | 104 | 264 | 54 | 76 | 0 | 114 | 35 | 155 | 75 | 54 |
| Binary | 1000100 | 10110100 | 101100 | 111110 | 0 | 1001100 | 11101 | 1101101 | 111101 | 101100 |
Color Harmonies of #44B42C
Complementary color
Monochromatic Colors of #44B42C
Black with #44B42C
Text Example
Text Example
White with #44B42C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44B42C; }
p { color: rgb(68,180,44); }
H1.HeaderClassName
{
color: #44B42C;
}
.AnyTagClassName
{
color: #44B42C;
}
</style>
background-color css
<style>
a { background-color: #44B42C; }
a { background-color: rgb(68,180,44); }
div.DivClassName
{
background-color: #44B42C;
}
.BgClassName
{
background-color: #44B42C;
}
</style>
border-color css
<style>
span { border-color: #44B42C; }
span { border-color: rgb(68,180,44); }
td.TdClassName
{
border-color: #44B42C;
}
.TagClassName
{
border-color: #44B42C;
}
</style>