Shades of Kelly Green #44B225
Tints of Kelly Green #44B225
RGB
CMYK
RGB Variations
Color information
#44B225 (or 0x44B225) is known color: Kelly Green. HEX triplet: 44, B2 and 25. RGB value is (68,178,37). Sum of RGB (Red+Green+Blue) = 68+178+37=283 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.03% from 283); Green value is 178 (69.92% from 255 or 62.90% from 283); Blue value is 37 (14.84% from 255 or 13.07% from 283); Max value from RGB is 178 - color contains mainly: green. Hex color #44B225 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #44B225 is #BB4DDA. Grayscale: #818181. Windows color (decimal): -12275163 or 2470468. OLE color: 2470468.
HSL color Cylindrical-coordinate representation of color #44B225: hue angle of 106.81º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #44B225 is Cyan = 0.62, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 68 | 178 | 37 | - |
| CMYK | 0.62 | 0 | 0.79 | 0.30 |
| HSL | 106.81º | 0.66% | 0.42% | - |
| HSV(B) | 106.81º | 0.79% | 0.7% | - |
| XYZ | 18.64 | 33.2 | 7.18 | - |
| YUV | 129.04 | 76.06 | 84.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 178 | 37 | 0.62 | 0 | 0.79 | 0.30 | 106.81 | 0.66 | 0.42 |
| Hex | 44 | B2 | 25 | 3E | 0 | 4F | 1E | 6B | 42 | 2A |
| Octal | 104 | 262 | 45 | 76 | 0 | 117 | 36 | 153 | 102 | 52 |
| Binary | 1000100 | 10110010 | 100101 | 111110 | 0 | 1001111 | 11110 | 1101011 | 1000010 | 101010 |
Color Harmonies of #44B225
Complementary color
Monochromatic Colors of #44B225
Black with #44B225
Text Example
Text Example
White with #44B225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44B225; }
p { color: rgb(68,178,37); }
H1.HeaderClassName
{
color: #44B225;
}
.AnyTagClassName
{
color: #44B225;
}
</style>
background-color css
<style>
a { background-color: #44B225; }
a { background-color: rgb(68,178,37); }
div.DivClassName
{
background-color: #44B225;
}
.BgClassName
{
background-color: #44B225;
}
</style>
border-color css
<style>
span { border-color: #44B225; }
span { border-color: rgb(68,178,37); }
td.TdClassName
{
border-color: #44B225;
}
.TagClassName
{
border-color: #44B225;
}
</style>