Shades of Kelly Green #48D916
Tints of Kelly Green #48D916
RGB
CMYK
RGB Variations
Color information
#48D916 (or 0x48D916) is known color: Kelly Green. HEX triplet: 48, D9 and 16. RGB value is (72,217,22). Sum of RGB (Red+Green+Blue) = 72+217+22=311 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.15% from 311); Green value is 217 (85.16% from 255 or 69.77% from 311); Blue value is 22 (8.98% from 255 or 7.07% from 311); Max value from RGB is 217 - color contains mainly: green. Hex color #48D916 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #48D916 is #B726E9. Grayscale: #989898. Windows color (decimal): -12003050 or 1497416. OLE color: 1497416.
HSL color Cylindrical-coordinate representation of color #48D916: hue angle of 104.62º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #48D916 is Cyan = 0.67, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 72 | 217 | 22 | - |
| CMYK | 0.67 | 0 | 0.90 | 0.15 |
| HSL | 104.62º | 0.82% | 0.47% | - |
| HSV(B) | 104.62º | 0.9% | 0.85% | - |
| XYZ | 27.63 | 51.06 | 9.16 | - |
| YUV | 151.42 | 54.96 | 71.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 217 | 22 | 0.67 | 0 | 0.90 | 0.15 | 104.62 | 0.82 | 0.47 |
| Hex | 48 | D9 | 16 | 43 | 0 | 5A | F | 69 | 52 | 2F |
| Octal | 110 | 331 | 26 | 103 | 0 | 132 | 17 | 151 | 122 | 57 |
| Binary | 1001000 | 11011001 | 10110 | 1000011 | 0 | 1011010 | 1111 | 1101001 | 1010010 | 101111 |
Color Harmonies of #48D916
Complementary color
Monochromatic Colors of #48D916
Black with #48D916
Text Example
Text Example
White with #48D916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48D916; }
p { color: rgb(72,217,22); }
H1.HeaderClassName
{
color: #48D916;
}
.AnyTagClassName
{
color: #48D916;
}
</style>
background-color css
<style>
a { background-color: #48D916; }
a { background-color: rgb(72,217,22); }
div.DivClassName
{
background-color: #48D916;
}
.BgClassName
{
background-color: #48D916;
}
</style>
border-color css
<style>
span { border-color: #48D916; }
span { border-color: rgb(72,217,22); }
td.TdClassName
{
border-color: #48D916;
}
.TagClassName
{
border-color: #48D916;
}
</style>