Shades of Kelly Green #489D0F
Tints of Kelly Green #489D0F
RGB
CMYK
RGB Variations
Color information
#489D0F (or 0x489D0F) is known color: Kelly Green. HEX triplet: 48, 9D and 0F. RGB value is (72,157,15). Sum of RGB (Red+Green+Blue) = 72+157+15=244 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.51% from 244); Green value is 157 (61.72% from 255 or 64.34% from 244); Blue value is 15 (6.25% from 255 or 6.15% from 244); Max value from RGB is 157 - color contains mainly: green. Hex color #489D0F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #489D0F is #B762F0. Grayscale: #737373. Windows color (decimal): -12018417 or 1023304. OLE color: 1023304.
HSL color Cylindrical-coordinate representation of color #489D0F: hue angle of 95.92º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #489D0F is Cyan = 0.54, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 72 | 157 | 15 | - |
| CMYK | 0.54 | 0 | 0.90 | 0.38 |
| HSL | 95.92º | 0.83% | 0.34% | - |
| HSV(B) | 95.92º | 0.9% | 0.62% | - |
| XYZ | 14.82 | 25.53 | 4.6 | - |
| YUV | 115.4 | 71.34 | 97.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 157 | 15 | 0.54 | 0 | 0.90 | 0.38 | 95.92 | 0.83 | 0.34 |
| Hex | 48 | 9D | F | 36 | 0 | 5A | 26 | 60 | 53 | 22 |
| Octal | 110 | 235 | 17 | 66 | 0 | 132 | 46 | 140 | 123 | 42 |
| Binary | 1001000 | 10011101 | 1111 | 110110 | 0 | 1011010 | 100110 | 1100000 | 1010011 | 100010 |
Color Harmonies of #489D0F
Complementary color
Monochromatic Colors of #489D0F
Black with #489D0F
Text Example
Text Example
White with #489D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #489D0F; }
p { color: rgb(72,157,15); }
H1.HeaderClassName
{
color: #489D0F;
}
.AnyTagClassName
{
color: #489D0F;
}
</style>
background-color css
<style>
a { background-color: #489D0F; }
a { background-color: rgb(72,157,15); }
div.DivClassName
{
background-color: #489D0F;
}
.BgClassName
{
background-color: #489D0F;
}
</style>
border-color css
<style>
span { border-color: #489D0F; }
span { border-color: rgb(72,157,15); }
td.TdClassName
{
border-color: #489D0F;
}
.TagClassName
{
border-color: #489D0F;
}
</style>