Shades of Kelly Green #48D816
Tints of Kelly Green #48D816
RGB
CMYK
RGB Variations
Color information
#48D816 (or 0x48D816) is known color: Kelly Green. HEX triplet: 48, D8 and 16. RGB value is (72,216,22). Sum of RGB (Red+Green+Blue) = 72+216+22=310 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.23% from 310); Green value is 216 (84.77% from 255 or 69.68% from 310); Blue value is 22 (8.98% from 255 or 7.10% from 310); Max value from RGB is 216 - color contains mainly: green. Hex color #48D816 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #48D816 is #B727E9. Grayscale: #979797. Windows color (decimal): -12003306 or 1497160. OLE color: 1497160.
HSL color Cylindrical-coordinate representation of color #48D816: hue angle of 104.54º 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 #48D816 is Cyan = 0.67, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 72 | 216 | 22 | - |
| CMYK | 0.67 | 0 | 0.90 | 0.15 |
| HSL | 104.54º | 0.82% | 0.47% | - |
| HSV(B) | 104.54º | 0.9% | 0.85% | - |
| XYZ | 27.37 | 50.55 | 9.07 | - |
| YUV | 150.83 | 55.29 | 71.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 216 | 22 | 0.67 | 0 | 0.90 | 0.15 | 104.54 | 0.82 | 0.47 |
| Hex | 48 | D8 | 16 | 43 | 0 | 5A | F | 69 | 52 | 2F |
| Octal | 110 | 330 | 26 | 103 | 0 | 132 | 17 | 151 | 122 | 57 |
| Binary | 1001000 | 11011000 | 10110 | 1000011 | 0 | 1011010 | 1111 | 1101001 | 1010010 | 101111 |
Color Harmonies of #48D816
Complementary color
Monochromatic Colors of #48D816
Black with #48D816
Text Example
Text Example
White with #48D816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48D816; }
p { color: rgb(72,216,22); }
H1.HeaderClassName
{
color: #48D816;
}
.AnyTagClassName
{
color: #48D816;
}
</style>
background-color css
<style>
a { background-color: #48D816; }
a { background-color: rgb(72,216,22); }
div.DivClassName
{
background-color: #48D816;
}
.BgClassName
{
background-color: #48D816;
}
</style>
border-color css
<style>
span { border-color: #48D816; }
span { border-color: rgb(72,216,22); }
td.TdClassName
{
border-color: #48D816;
}
.TagClassName
{
border-color: #48D816;
}
</style>