Shades of Kelly Green #449D11
Tints of Kelly Green #449D11
RGB
CMYK
RGB Variations
Color information
#449D11 (or 0x449D11) is known color: Kelly Green. HEX triplet: 44, 9D and 11. RGB value is (68,157,17). Sum of RGB (Red+Green+Blue) = 68+157+17=242 (32% of max value = 765). Red value is 68 (26.95% from 255 or 28.10% from 242); Green value is 157 (61.72% from 255 or 64.88% from 242); Blue value is 17 (7.03% from 255 or 7.02% from 242); Max value from RGB is 157 - color contains mainly: green. Hex color #449D11 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #449D11 is #BB62EE. Grayscale: #727272. Windows color (decimal): -12280559 or 1154372. OLE color: 1154372.
HSL color Cylindrical-coordinate representation of color #449D11: hue angle of 98.14º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #449D11 is Cyan = 0.57, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 68 | 157 | 17 | - |
| CMYK | 0.57 | 0 | 0.89 | 0.38 |
| HSL | 98.14º | 0.8% | 0.34% | - |
| HSV(B) | 98.14º | 0.89% | 0.62% | - |
| XYZ | 14.54 | 25.38 | 4.66 | - |
| YUV | 114.43 | 73.01 | 94.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 157 | 17 | 0.57 | 0 | 0.89 | 0.38 | 98.14 | 0.8 | 0.34 |
| Hex | 44 | 9D | 11 | 39 | 0 | 59 | 26 | 62 | 50 | 22 |
| Octal | 104 | 235 | 21 | 71 | 0 | 131 | 46 | 142 | 120 | 42 |
| Binary | 1000100 | 10011101 | 10001 | 111001 | 0 | 1011001 | 100110 | 1100010 | 1010000 | 100010 |
Color Harmonies of #449D11
Complementary color
Monochromatic Colors of #449D11
Black with #449D11
Text Example
Text Example
White with #449D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449D11; }
p { color: rgb(68,157,17); }
H1.HeaderClassName
{
color: #449D11;
}
.AnyTagClassName
{
color: #449D11;
}
</style>
background-color css
<style>
a { background-color: #449D11; }
a { background-color: rgb(68,157,17); }
div.DivClassName
{
background-color: #449D11;
}
.BgClassName
{
background-color: #449D11;
}
</style>
border-color css
<style>
span { border-color: #449D11; }
span { border-color: rgb(68,157,17); }
td.TdClassName
{
border-color: #449D11;
}
.TagClassName
{
border-color: #449D11;
}
</style>