Shades of Kelly Green #459F02
Tints of Kelly Green #459F02
RGB
CMYK
RGB Variations
Color information
#459F02 (or 0x459F02) is known color: Kelly Green. HEX triplet: 45, 9F and 02. RGB value is (69,159,2). Sum of RGB (Red+Green+Blue) = 69+159+2=230 (30% of max value = 765). Red value is 69 (27.34% from 255 or 30% from 230); Green value is 159 (62.5% from 255 or 69.13% from 230); Blue value is 2 (1.17% from 255 or 0.87% from 230); Max value from RGB is 159 - color contains mainly: green. Hex color #459F02 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #459F02 is #BA60FD. Grayscale: #727272. Windows color (decimal): -12214526 or 171845. OLE color: 171845.
HSL color Cylindrical-coordinate representation of color #459F02: hue angle of 94.39º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #459F02 is Cyan = 0.57, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 69 | 159 | 2 | - |
| CMYK | 0.57 | 0 | 0.99 | 0.38 |
| HSL | 94.39º | 0.98% | 0.32% | - |
| HSV(B) | 94.39º | 0.99% | 0.62% | - |
| XYZ | 14.86 | 26.07 | 4.31 | - |
| YUV | 114.19 | 64.68 | 95.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 159 | 2 | 0.57 | 0 | 0.99 | 0.38 | 94.39 | 0.98 | 0.32 |
| Hex | 45 | 9F | 2 | 39 | 0 | 63 | 26 | 5E | 62 | 20 |
| Octal | 105 | 237 | 2 | 71 | 0 | 143 | 46 | 136 | 142 | 40 |
| Binary | 1000101 | 10011111 | 10 | 111001 | 0 | 1100011 | 100110 | 1011110 | 1100010 | 100000 |
Color Harmonies of #459F02
Complementary color
Monochromatic Colors of #459F02
Black with #459F02
Text Example
Text Example
White with #459F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #459F02; }
p { color: rgb(69,159,2); }
H1.HeaderClassName
{
color: #459F02;
}
.AnyTagClassName
{
color: #459F02;
}
</style>
background-color css
<style>
a { background-color: #459F02; }
a { background-color: rgb(69,159,2); }
div.DivClassName
{
background-color: #459F02;
}
.BgClassName
{
background-color: #459F02;
}
</style>
border-color css
<style>
span { border-color: #459F02; }
span { border-color: rgb(69,159,2); }
td.TdClassName
{
border-color: #459F02;
}
.TagClassName
{
border-color: #459F02;
}
</style>