Shades of Kelly Green #449701
Tints of Kelly Green #449701
RGB
CMYK
RGB Variations
Color information
#449701 (or 0x449701) is known color: Kelly Green. HEX triplet: 44, 97 and 01. RGB value is (68,151,1). Sum of RGB (Red+Green+Blue) = 68+151+1=220 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.91% from 220); Green value is 151 (59.38% from 255 or 68.64% from 220); Blue value is 1 (0.78% from 255 or 0.45% from 220); Max value from RGB is 151 - color contains mainly: green. Hex color #449701 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #449701 is #BB68FE. Grayscale: #6D6D6D. Windows color (decimal): -12282111 or 104260. OLE color: 104260.
HSL color Cylindrical-coordinate representation of color #449701: hue angle of 93.2º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #449701 is Cyan = 0.55, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 68 | 151 | 1 | - |
| CMYK | 0.55 | 0 | 0.99 | 0.41 |
| HSL | 93.2º | 0.99% | 0.3% | - |
| HSV(B) | 93.2º | 0.99% | 0.59% | - |
| XYZ | 13.46 | 23.36 | 3.83 | - |
| YUV | 109.08 | 67 | 98.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 151 | 1 | 0.55 | 0 | 0.99 | 0.41 | 93.2 | 0.99 | 0.3 |
| Hex | 44 | 97 | 1 | 37 | 0 | 63 | 29 | 5D | 63 | 1E |
| Octal | 104 | 227 | 1 | 67 | 0 | 143 | 51 | 135 | 143 | 36 |
| Binary | 1000100 | 10010111 | 1 | 110111 | 0 | 1100011 | 101001 | 1011101 | 1100011 | 11110 |
Color Harmonies of #449701
Complementary color
Monochromatic Colors of #449701
Black with #449701
Text Example
Text Example
White with #449701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449701; }
p { color: rgb(68,151,1); }
H1.HeaderClassName
{
color: #449701;
}
.AnyTagClassName
{
color: #449701;
}
</style>
background-color css
<style>
a { background-color: #449701; }
a { background-color: rgb(68,151,1); }
div.DivClassName
{
background-color: #449701;
}
.BgClassName
{
background-color: #449701;
}
</style>
border-color css
<style>
span { border-color: #449701; }
span { border-color: rgb(68,151,1); }
td.TdClassName
{
border-color: #449701;
}
.TagClassName
{
border-color: #449701;
}
</style>