Shades of Kelly Green #48A519
Tints of Kelly Green #48A519
RGB
CMYK
RGB Variations
Color information
#48A519 (or 0x48A519) is known color: Kelly Green. HEX triplet: 48, A5 and 19. RGB value is (72,165,25). Sum of RGB (Red+Green+Blue) = 72+165+25=262 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.48% from 262); Green value is 165 (64.84% from 255 or 62.98% from 262); Blue value is 25 (10.16% from 255 or 9.54% from 262); Max value from RGB is 165 - color contains mainly: green. Hex color #48A519 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #48A519 is #B75AE6. Grayscale: #797979. Windows color (decimal): -12016359 or 1680712. OLE color: 1680712.
HSL color Cylindrical-coordinate representation of color #48A519: hue angle of 99.86º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #48A519 is Cyan = 0.56, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 72 | 165 | 25 | - |
| CMYK | 0.56 | 0 | 0.85 | 0.35 |
| HSL | 99.86º | 0.74% | 0.37% | - |
| HSV(B) | 99.86º | 0.85% | 0.65% | - |
| XYZ | 16.3 | 28.36 | 5.53 | - |
| YUV | 121.23 | 73.69 | 92.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 165 | 25 | 0.56 | 0 | 0.85 | 0.35 | 99.86 | 0.74 | 0.37 |
| Hex | 48 | A5 | 19 | 38 | 0 | 55 | 23 | 64 | 4A | 25 |
| Octal | 110 | 245 | 31 | 70 | 0 | 125 | 43 | 144 | 112 | 45 |
| Binary | 1001000 | 10100101 | 11001 | 111000 | 0 | 1010101 | 100011 | 1100100 | 1001010 | 100101 |
Color Harmonies of #48A519
Complementary color
Monochromatic Colors of #48A519
Black with #48A519
Text Example
Text Example
White with #48A519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48A519; }
p { color: rgb(72,165,25); }
H1.HeaderClassName
{
color: #48A519;
}
.AnyTagClassName
{
color: #48A519;
}
</style>
background-color css
<style>
a { background-color: #48A519; }
a { background-color: rgb(72,165,25); }
div.DivClassName
{
background-color: #48A519;
}
.BgClassName
{
background-color: #48A519;
}
</style>
border-color css
<style>
span { border-color: #48A519; }
span { border-color: rgb(72,165,25); }
td.TdClassName
{
border-color: #48A519;
}
.TagClassName
{
border-color: #48A519;
}
</style>