Shades of Kelly Green #449E01
Tints of Kelly Green #449E01
RGB
CMYK
RGB Variations
Color information
#449E01 (or 0x449E01) is known color: Kelly Green. HEX triplet: 44, 9E and 01. RGB value is (68,158,1). Sum of RGB (Red+Green+Blue) = 68+158+1=227 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.96% from 227); Green value is 158 (62.11% from 255 or 69.60% from 227); Blue value is 1 (0.78% from 255 or 0.44% from 227); Max value from RGB is 158 - color contains mainly: green. Hex color #449E01 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #449E01 is #BB61FE. Grayscale: #717171. Windows color (decimal): -12280319 or 106052. OLE color: 106052.
HSL color Cylindrical-coordinate representation of color #449E01: hue angle of 94.39º 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 #449E01 is Cyan = 0.57, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 68 | 158 | 1 | - |
| CMYK | 0.57 | 0 | 0.99 | 0.38 |
| HSL | 94.39º | 0.99% | 0.31% | - |
| HSV(B) | 94.39º | 0.99% | 0.62% | - |
| XYZ | 14.62 | 25.68 | 4.22 | - |
| YUV | 113.19 | 64.68 | 95.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 158 | 1 | 0.57 | 0 | 0.99 | 0.38 | 94.39 | 0.99 | 0.31 |
| Hex | 44 | 9E | 1 | 39 | 0 | 63 | 26 | 5E | 63 | 1F |
| Octal | 104 | 236 | 1 | 71 | 0 | 143 | 46 | 136 | 143 | 37 |
| Binary | 1000100 | 10011110 | 1 | 111001 | 0 | 1100011 | 100110 | 1011110 | 1100011 | 11111 |
Color Harmonies of #449E01
Complementary color
Monochromatic Colors of #449E01
Black with #449E01
Text Example
Text Example
White with #449E01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449E01; }
p { color: rgb(68,158,1); }
H1.HeaderClassName
{
color: #449E01;
}
.AnyTagClassName
{
color: #449E01;
}
</style>
background-color css
<style>
a { background-color: #449E01; }
a { background-color: rgb(68,158,1); }
div.DivClassName
{
background-color: #449E01;
}
.BgClassName
{
background-color: #449E01;
}
</style>
border-color css
<style>
span { border-color: #449E01; }
span { border-color: rgb(68,158,1); }
td.TdClassName
{
border-color: #449E01;
}
.TagClassName
{
border-color: #449E01;
}
</style>