Shades of Kelly Green #449F01
Tints of Kelly Green #449F01
RGB
CMYK
RGB Variations
Color information
#449F01 (or 0x449F01) is known color: Kelly Green. HEX triplet: 44, 9F and 01. RGB value is (68,159,1). Sum of RGB (Red+Green+Blue) = 68+159+1=228 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.82% from 228); Green value is 159 (62.5% from 255 or 69.74% from 228); Blue value is 1 (0.78% from 255 or 0.44% from 228); Max value from RGB is 159 - color contains mainly: green. Hex color #449F01 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #449F01 is #BB60FE. Grayscale: #727272. Windows color (decimal): -12280063 or 106308. OLE color: 106308.
HSL color Cylindrical-coordinate representation of color #449F01: hue angle of 94.56º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #449F01 is Cyan = 0.57, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 68 | 159 | 1 | - |
| CMYK | 0.57 | 0 | 0.99 | 0.38 |
| HSL | 94.56º | 0.99% | 0.31% | - |
| HSV(B) | 94.56º | 0.99% | 0.62% | - |
| XYZ | 14.79 | 26.03 | 4.27 | - |
| YUV | 113.78 | 64.35 | 95.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 159 | 1 | 0.57 | 0 | 0.99 | 0.38 | 94.56 | 0.99 | 0.31 |
| Hex | 44 | 9F | 1 | 39 | 0 | 63 | 26 | 5F | 63 | 1F |
| Octal | 104 | 237 | 1 | 71 | 0 | 143 | 46 | 137 | 143 | 37 |
| Binary | 1000100 | 10011111 | 1 | 111001 | 0 | 1100011 | 100110 | 1011111 | 1100011 | 11111 |
Color Harmonies of #449F01
Complementary color
Monochromatic Colors of #449F01
Black with #449F01
Text Example
Text Example
White with #449F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449F01; }
p { color: rgb(68,159,1); }
H1.HeaderClassName
{
color: #449F01;
}
.AnyTagClassName
{
color: #449F01;
}
</style>
background-color css
<style>
a { background-color: #449F01; }
a { background-color: rgb(68,159,1); }
div.DivClassName
{
background-color: #449F01;
}
.BgClassName
{
background-color: #449F01;
}
</style>
border-color css
<style>
span { border-color: #449F01; }
span { border-color: rgb(68,159,1); }
td.TdClassName
{
border-color: #449F01;
}
.TagClassName
{
border-color: #449F01;
}
</style>