Shades of Kelly Green #48A710
Tints of Kelly Green #48A710
RGB
CMYK
RGB Variations
Color information
#48A710 (or 0x48A710) is known color: Kelly Green. HEX triplet: 48, A7 and 10. RGB value is (72,167,16). Sum of RGB (Red+Green+Blue) = 72+167+16=255 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.24% from 255); Green value is 167 (65.62% from 255 or 65.49% from 255); Blue value is 16 (6.64% from 255 or 6.27% from 255); Max value from RGB is 167 - color contains mainly: green. Hex color #48A710 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #48A710 is #B758EF. Grayscale: #797979. Windows color (decimal): -12015856 or 1091400. OLE color: 1091400.
HSL color Cylindrical-coordinate representation of color #48A710: hue angle of 97.75º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #48A710 is Cyan = 0.57, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 72 | 167 | 16 | - |
| CMYK | 0.57 | 0 | 0.90 | 0.35 |
| HSL | 97.75º | 0.83% | 0.36% | - |
| HSV(B) | 97.75º | 0.9% | 0.65% | - |
| XYZ | 16.58 | 29.05 | 5.22 | - |
| YUV | 121.38 | 68.53 | 92.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 167 | 16 | 0.57 | 0 | 0.90 | 0.35 | 97.75 | 0.83 | 0.36 |
| Hex | 48 | A7 | 10 | 39 | 0 | 5A | 23 | 62 | 53 | 24 |
| Octal | 110 | 247 | 20 | 71 | 0 | 132 | 43 | 142 | 123 | 44 |
| Binary | 1001000 | 10100111 | 10000 | 111001 | 0 | 1011010 | 100011 | 1100010 | 1010011 | 100100 |
Color Harmonies of #48A710
Complementary color
Monochromatic Colors of #48A710
Black with #48A710
Text Example
Text Example
White with #48A710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48A710; }
p { color: rgb(72,167,16); }
H1.HeaderClassName
{
color: #48A710;
}
.AnyTagClassName
{
color: #48A710;
}
</style>
background-color css
<style>
a { background-color: #48A710; }
a { background-color: rgb(72,167,16); }
div.DivClassName
{
background-color: #48A710;
}
.BgClassName
{
background-color: #48A710;
}
</style>
border-color css
<style>
span { border-color: #48A710; }
span { border-color: rgb(72,167,16); }
td.TdClassName
{
border-color: #48A710;
}
.TagClassName
{
border-color: #48A710;
}
</style>