Shades of Kelly Green #48D810
Tints of Kelly Green #48D810
RGB
CMYK
RGB Variations
Color information
#48D810 (or 0x48D810) is known color: Kelly Green. HEX triplet: 48, D8 and 10. RGB value is (72,216,16). Sum of RGB (Red+Green+Blue) = 72+216+16=304 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.68% from 304); Green value is 216 (84.77% from 255 or 71.05% from 304); Blue value is 16 (6.64% from 255 or 5.26% from 304); Max value from RGB is 216 - color contains mainly: green. Hex color #48D810 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #48D810 is #B727EF. Grayscale: #969696. Windows color (decimal): -12003312 or 1103944. OLE color: 1103944.
HSL color Cylindrical-coordinate representation of color #48D810: hue angle of 103.2º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #48D810 is Cyan = 0.67, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 72 | 216 | 16 | - |
| CMYK | 0.67 | 0 | 0.93 | 0.15 |
| HSL | 103.2º | 0.86% | 0.45% | - |
| HSV(B) | 103.2º | 0.93% | 0.85% | - |
| XYZ | 27.32 | 50.53 | 8.8 | - |
| YUV | 150.14 | 52.29 | 72.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 216 | 16 | 0.67 | 0 | 0.93 | 0.15 | 103.2 | 0.86 | 0.45 |
| Hex | 48 | D8 | 10 | 43 | 0 | 5D | F | 67 | 56 | 2D |
| Octal | 110 | 330 | 20 | 103 | 0 | 135 | 17 | 147 | 126 | 55 |
| Binary | 1001000 | 11011000 | 10000 | 1000011 | 0 | 1011101 | 1111 | 1100111 | 1010110 | 101101 |
Color Harmonies of #48D810
Complementary color
Monochromatic Colors of #48D810
Black with #48D810
Text Example
Text Example
White with #48D810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48D810; }
p { color: rgb(72,216,16); }
H1.HeaderClassName
{
color: #48D810;
}
.AnyTagClassName
{
color: #48D810;
}
</style>
background-color css
<style>
a { background-color: #48D810; }
a { background-color: rgb(72,216,16); }
div.DivClassName
{
background-color: #48D810;
}
.BgClassName
{
background-color: #48D810;
}
</style>
border-color css
<style>
span { border-color: #48D810; }
span { border-color: rgb(72,216,16); }
td.TdClassName
{
border-color: #48D810;
}
.TagClassName
{
border-color: #48D810;
}
</style>