Shades of Kelly Green #48D617
Tints of Kelly Green #48D617
RGB
CMYK
RGB Variations
Color information
#48D617 (or 0x48D617) is known color: Kelly Green. HEX triplet: 48, D6 and 17. RGB value is (72,214,23). Sum of RGB (Red+Green+Blue) = 72+214+23=309 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.30% from 309); Green value is 214 (83.98% from 255 or 69.26% from 309); Blue value is 23 (9.38% from 255 or 7.44% from 309); Max value from RGB is 214 - color contains mainly: green. Hex color #48D617 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #48D617 is #B729E8. Grayscale: #969696. Windows color (decimal): -12003817 or 1562184. OLE color: 1562184.
HSL color Cylindrical-coordinate representation of color #48D617: hue angle of 104.61º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #48D617 is Cyan = 0.66, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 72 | 214 | 23 | - |
| CMYK | 0.66 | 0 | 0.89 | 0.16 |
| HSL | 104.61º | 0.81% | 0.46% | - |
| HSV(B) | 104.61º | 0.89% | 0.84% | - |
| XYZ | 26.87 | 49.53 | 8.95 | - |
| YUV | 149.77 | 56.46 | 72.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 214 | 23 | 0.66 | 0 | 0.89 | 0.16 | 104.61 | 0.81 | 0.46 |
| Hex | 48 | D6 | 17 | 42 | 0 | 59 | 10 | 69 | 51 | 2E |
| Octal | 110 | 326 | 27 | 102 | 0 | 131 | 20 | 151 | 121 | 56 |
| Binary | 1001000 | 11010110 | 10111 | 1000010 | 0 | 1011001 | 10000 | 1101001 | 1010001 | 101110 |
Color Harmonies of #48D617
Complementary color
Monochromatic Colors of #48D617
Black with #48D617
Text Example
Text Example
White with #48D617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48D617; }
p { color: rgb(72,214,23); }
H1.HeaderClassName
{
color: #48D617;
}
.AnyTagClassName
{
color: #48D617;
}
</style>
background-color css
<style>
a { background-color: #48D617; }
a { background-color: rgb(72,214,23); }
div.DivClassName
{
background-color: #48D617;
}
.BgClassName
{
background-color: #48D617;
}
</style>
border-color css
<style>
span { border-color: #48D617; }
span { border-color: rgb(72,214,23); }
td.TdClassName
{
border-color: #48D617;
}
.TagClassName
{
border-color: #48D617;
}
</style>