Shades of Kelly Green #48A516
Tints of Kelly Green #48A516
RGB
CMYK
RGB Variations
Color information
#48A516 (or 0x48A516) is known color: Kelly Green. HEX triplet: 48, A5 and 16. RGB value is (72,165,22). Sum of RGB (Red+Green+Blue) = 72+165+22=259 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.80% from 259); Green value is 165 (64.84% from 255 or 63.71% from 259); Blue value is 22 (8.98% from 255 or 8.49% from 259); Max value from RGB is 165 - color contains mainly: green. Hex color #48A516 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #48A516 is #B75AE9. Grayscale: #797979. Windows color (decimal): -12016362 or 1484104. OLE color: 1484104.
HSL color Cylindrical-coordinate representation of color #48A516: hue angle of 99.02º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #48A516 is Cyan = 0.56, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 72 | 165 | 22 | - |
| CMYK | 0.56 | 0 | 0.87 | 0.35 |
| HSL | 99.02º | 0.76% | 0.37% | - |
| HSV(B) | 99.02º | 0.87% | 0.65% | - |
| XYZ | 16.27 | 28.35 | 5.37 | - |
| YUV | 120.89 | 72.19 | 93.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 165 | 22 | 0.56 | 0 | 0.87 | 0.35 | 99.02 | 0.76 | 0.37 |
| Hex | 48 | A5 | 16 | 38 | 0 | 57 | 23 | 63 | 4C | 25 |
| Octal | 110 | 245 | 26 | 70 | 0 | 127 | 43 | 143 | 114 | 45 |
| Binary | 1001000 | 10100101 | 10110 | 111000 | 0 | 1010111 | 100011 | 1100011 | 1001100 | 100101 |
Color Harmonies of #48A516
Complementary color
Monochromatic Colors of #48A516
Black with #48A516
Text Example
Text Example
White with #48A516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48A516; }
p { color: rgb(72,165,22); }
H1.HeaderClassName
{
color: #48A516;
}
.AnyTagClassName
{
color: #48A516;
}
</style>
background-color css
<style>
a { background-color: #48A516; }
a { background-color: rgb(72,165,22); }
div.DivClassName
{
background-color: #48A516;
}
.BgClassName
{
background-color: #48A516;
}
</style>
border-color css
<style>
span { border-color: #48A516; }
span { border-color: rgb(72,165,22); }
td.TdClassName
{
border-color: #48A516;
}
.TagClassName
{
border-color: #48A516;
}
</style>