Shades of Kelly Green #459F00
Tints of Kelly Green #459F00
RGB
CMYK
RGB Variations
Color information
#459F00 (or 0x459F00) is known color: Kelly Green. HEX triplet: 45, 9F and 00. RGB value is (69,159,0). Sum of RGB (Red+Green+Blue) = 69+159+0=228 (30% of max value = 765). Red value is 69 (27.34% from 255 or 30.26% from 228); Green value is 159 (62.5% from 255 or 69.74% from 228); Blue value is 0 (0.39% from 255 or 0% from 228); Max value from RGB is 159 - color contains mainly: green. Hex color #459F00 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #459F00 is #BA60FF. Grayscale: #727272. Windows color (decimal): -12214528 or 40773. OLE color: 40773.
HSL color Cylindrical-coordinate representation of color #459F00: hue angle of 93.96º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #459F00 is Cyan = 0.57, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 69 | 159 | 0 | - |
| CMYK | 0.57 | 0 | 1 | 0.38 |
| HSL | 93.96º | 1% | 0.31% | - |
| HSV(B) | 93.96º | 1% | 0.62% | - |
| XYZ | 14.85 | 26.06 | 4.25 | - |
| YUV | 113.96 | 63.68 | 95.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 159 | 0 | 0.57 | 0 | 1 | 0.38 | 93.96 | 1 | 0.31 |
| Hex | 45 | 9F | 0 | 39 | 0 | 64 | 26 | 5E | 64 | 1F |
| Octal | 105 | 237 | 0 | 71 | 0 | 144 | 46 | 136 | 144 | 37 |
| Binary | 1000101 | 10011111 | 0 | 111001 | 0 | 1100100 | 100110 | 1011110 | 1100100 | 11111 |
Color Harmonies of #459F00
Complementary color
Monochromatic Colors of #459F00
Black with #459F00
Text Example
Text Example
White with #459F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #459F00; }
p { color: rgb(69,159,0); }
H1.HeaderClassName
{
color: #459F00;
}
.AnyTagClassName
{
color: #459F00;
}
</style>
background-color css
<style>
a { background-color: #459F00; }
a { background-color: rgb(69,159,0); }
div.DivClassName
{
background-color: #459F00;
}
.BgClassName
{
background-color: #459F00;
}
</style>
border-color css
<style>
span { border-color: #459F00; }
span { border-color: rgb(69,159,0); }
td.TdClassName
{
border-color: #459F00;
}
.TagClassName
{
border-color: #459F00;
}
</style>