Shades of Kelly Green #449B00
Tints of Kelly Green #449B00
RGB
CMYK
RGB Variations
Color information
#449B00 (or 0x449B00) is known color: Kelly Green. HEX triplet: 44, 9B and 00. RGB value is (68,155,0). Sum of RGB (Red+Green+Blue) = 68+155+0=223 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.49% from 223); Green value is 155 (60.94% from 255 or 69.51% from 223); Blue value is 0 (0.39% from 255 or 0% from 223); Max value from RGB is 155 - color contains mainly: green. Hex color #449B00 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #449B00 is #BB64FF. Grayscale: #6F6F6F. Windows color (decimal): -12281088 or 39748. OLE color: 39748.
HSL color Cylindrical-coordinate representation of color #449B00: hue angle of 93.68º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #449B00 is Cyan = 0.56, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 68 | 155 | 0 | - |
| CMYK | 0.56 | 0 | 1 | 0.39 |
| HSL | 93.68º | 1% | 0.3% | - |
| HSV(B) | 93.68º | 1% | 0.61% | - |
| XYZ | 14.11 | 24.67 | 4.02 | - |
| YUV | 111.32 | 65.18 | 97.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 155 | 0 | 0.56 | 0 | 1 | 0.39 | 93.68 | 1 | 0.3 |
| Hex | 44 | 9B | 0 | 38 | 0 | 64 | 27 | 5E | 64 | 1E |
| Octal | 104 | 233 | 0 | 70 | 0 | 144 | 47 | 136 | 144 | 36 |
| Binary | 1000100 | 10011011 | 0 | 111000 | 0 | 1100100 | 100111 | 1011110 | 1100100 | 11110 |
Color Harmonies of #449B00
Complementary color
Monochromatic Colors of #449B00
Black with #449B00
Text Example
Text Example
White with #449B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449B00; }
p { color: rgb(68,155,0); }
H1.HeaderClassName
{
color: #449B00;
}
.AnyTagClassName
{
color: #449B00;
}
</style>
background-color css
<style>
a { background-color: #449B00; }
a { background-color: rgb(68,155,0); }
div.DivClassName
{
background-color: #449B00;
}
.BgClassName
{
background-color: #449B00;
}
</style>
border-color css
<style>
span { border-color: #449B00; }
span { border-color: rgb(68,155,0); }
td.TdClassName
{
border-color: #449B00;
}
.TagClassName
{
border-color: #449B00;
}
</style>