Shades of Kelly Green #48A905
Tints of Kelly Green #48A905
RGB
CMYK
RGB Variations
Color information
#48A905 (or 0x48A905) is known color: Kelly Green. HEX triplet: 48, A9 and 05. RGB value is (72,169,5). Sum of RGB (Red+Green+Blue) = 72+169+5=246 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.27% from 246); Green value is 169 (66.41% from 255 or 68.70% from 246); Blue value is 5 (2.34% from 255 or 2.03% from 246); Max value from RGB is 169 - color contains mainly: green. Hex color #48A905 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #48A905 is #B756FA. Grayscale: #797979. Windows color (decimal): -12015355 or 371016. OLE color: 371016.
HSL color Cylindrical-coordinate representation of color #48A905: hue angle of 95.49º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #48A905 is Cyan = 0.57, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 72 | 169 | 5 | - |
| CMYK | 0.57 | 0 | 0.97 | 0.34 |
| HSL | 95.49º | 0.94% | 0.34% | - |
| HSV(B) | 95.49º | 0.97% | 0.66% | - |
| XYZ | 16.89 | 29.76 | 5 | - |
| YUV | 121.3 | 62.36 | 92.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 169 | 5 | 0.57 | 0 | 0.97 | 0.34 | 95.49 | 0.94 | 0.34 |
| Hex | 48 | A9 | 5 | 39 | 0 | 61 | 22 | 5F | 5E | 22 |
| Octal | 110 | 251 | 5 | 71 | 0 | 141 | 42 | 137 | 136 | 42 |
| Binary | 1001000 | 10101001 | 101 | 111001 | 0 | 1100001 | 100010 | 1011111 | 1011110 | 100010 |
Color Harmonies of #48A905
Complementary color
Monochromatic Colors of #48A905
Black with #48A905
Text Example
Text Example
White with #48A905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48A905; }
p { color: rgb(72,169,5); }
H1.HeaderClassName
{
color: #48A905;
}
.AnyTagClassName
{
color: #48A905;
}
</style>
background-color css
<style>
a { background-color: #48A905; }
a { background-color: rgb(72,169,5); }
div.DivClassName
{
background-color: #48A905;
}
.BgClassName
{
background-color: #48A905;
}
</style>
border-color css
<style>
span { border-color: #48A905; }
span { border-color: rgb(72,169,5); }
td.TdClassName
{
border-color: #48A905;
}
.TagClassName
{
border-color: #48A905;
}
</style>