Shades of Kelly Green #44BA2A
Tints of Kelly Green #44BA2A
RGB
CMYK
RGB Variations
Color information
#44BA2A (or 0x44BA2A) is known color: Kelly Green. HEX triplet: 44, BA and 2A. RGB value is (68,186,42). Sum of RGB (Red+Green+Blue) = 68+186+42=296 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.97% from 296); Green value is 186 (73.05% from 255 or 62.84% from 296); Blue value is 42 (16.80% from 255 or 14.19% from 296); Max value from RGB is 186 - color contains mainly: green. Hex color #44BA2A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44BA2A is #BB45D5. Grayscale: #868686. Windows color (decimal): -12273110 or 2800196. OLE color: 2800196.
HSL color Cylindrical-coordinate representation of color #44BA2A: hue angle of 109.17º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #44BA2A is Cyan = 0.63, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 68 | 186 | 42 | - |
| CMYK | 0.63 | 0 | 0.77 | 0.27 |
| HSL | 109.17º | 0.63% | 0.45% | - |
| HSV(B) | 109.17º | 0.77% | 0.73% | - |
| XYZ | 20.36 | 36.51 | 8.17 | - |
| YUV | 134.3 | 75.91 | 80.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 186 | 42 | 0.63 | 0 | 0.77 | 0.27 | 109.17 | 0.63 | 0.45 |
| Hex | 44 | BA | 2A | 3F | 0 | 4D | 1B | 6D | 3F | 2D |
| Octal | 104 | 272 | 52 | 77 | 0 | 115 | 33 | 155 | 77 | 55 |
| Binary | 1000100 | 10111010 | 101010 | 111111 | 0 | 1001101 | 11011 | 1101101 | 111111 | 101101 |
Color Harmonies of #44BA2A
Complementary color
Monochromatic Colors of #44BA2A
Black with #44BA2A
Text Example
Text Example
White with #44BA2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44BA2A; }
p { color: rgb(68,186,42); }
H1.HeaderClassName
{
color: #44BA2A;
}
.AnyTagClassName
{
color: #44BA2A;
}
</style>
background-color css
<style>
a { background-color: #44BA2A; }
a { background-color: rgb(68,186,42); }
div.DivClassName
{
background-color: #44BA2A;
}
.BgClassName
{
background-color: #44BA2A;
}
</style>
border-color css
<style>
span { border-color: #44BA2A; }
span { border-color: rgb(68,186,42); }
td.TdClassName
{
border-color: #44BA2A;
}
.TagClassName
{
border-color: #44BA2A;
}
</style>