Shades of Kelly Green #449C04
Tints of Kelly Green #449C04
RGB
CMYK
RGB Variations
Color information
#449C04 (or 0x449C04) is known color: Kelly Green. HEX triplet: 44, 9C and 04. RGB value is (68,156,4). Sum of RGB (Red+Green+Blue) = 68+156+4=228 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.82% from 228); Green value is 156 (61.33% from 255 or 68.42% from 228); Blue value is 4 (1.95% from 255 or 1.75% from 228); Max value from RGB is 156 - color contains mainly: green. Hex color #449C04 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #449C04 is #BB63FB. Grayscale: #707070. Windows color (decimal): -12280828 or 302148. OLE color: 302148.
HSL color Cylindrical-coordinate representation of color #449C04: hue angle of 94.74º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #449C04 is Cyan = 0.56, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 68 | 156 | 4 | - |
| CMYK | 0.56 | 0 | 0.97 | 0.39 |
| HSL | 94.74º | 0.95% | 0.31% | - |
| HSV(B) | 94.74º | 0.97% | 0.61% | - |
| XYZ | 14.29 | 25.01 | 4.19 | - |
| YUV | 112.36 | 66.85 | 96.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 156 | 4 | 0.56 | 0 | 0.97 | 0.39 | 94.74 | 0.95 | 0.31 |
| Hex | 44 | 9C | 4 | 38 | 0 | 61 | 27 | 5F | 5F | 1F |
| Octal | 104 | 234 | 4 | 70 | 0 | 141 | 47 | 137 | 137 | 37 |
| Binary | 1000100 | 10011100 | 100 | 111000 | 0 | 1100001 | 100111 | 1011111 | 1011111 | 11111 |
Color Harmonies of #449C04
Complementary color
Monochromatic Colors of #449C04
Black with #449C04
Text Example
Text Example
White with #449C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449C04; }
p { color: rgb(68,156,4); }
H1.HeaderClassName
{
color: #449C04;
}
.AnyTagClassName
{
color: #449C04;
}
</style>
background-color css
<style>
a { background-color: #449C04; }
a { background-color: rgb(68,156,4); }
div.DivClassName
{
background-color: #449C04;
}
.BgClassName
{
background-color: #449C04;
}
</style>
border-color css
<style>
span { border-color: #449C04; }
span { border-color: rgb(68,156,4); }
td.TdClassName
{
border-color: #449C04;
}
.TagClassName
{
border-color: #449C04;
}
</style>