Shades of Kelly Green #48D619
Tints of Kelly Green #48D619
RGB
CMYK
RGB Variations
Color information
#48D619 (or 0x48D619) is known color: Kelly Green. HEX triplet: 48, D6 and 19. RGB value is (72,214,25). Sum of RGB (Red+Green+Blue) = 72+214+25=311 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.15% from 311); Green value is 214 (83.98% from 255 or 68.81% from 311); Blue value is 25 (10.16% from 255 or 8.04% from 311); Max value from RGB is 214 - color contains mainly: green. Hex color #48D619 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #48D619 is #B729E6. Grayscale: #969696. Windows color (decimal): -12003815 or 1693256. OLE color: 1693256.
HSL color Cylindrical-coordinate representation of color #48D619: hue angle of 105.08º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #48D619 is Cyan = 0.66, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 72 | 214 | 25 | - |
| CMYK | 0.66 | 0 | 0.88 | 0.16 |
| HSL | 105.08º | 0.79% | 0.47% | - |
| HSV(B) | 105.08º | 0.88% | 0.84% | - |
| XYZ | 26.89 | 49.54 | 9.06 | - |
| YUV | 150 | 57.46 | 72.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 214 | 25 | 0.66 | 0 | 0.88 | 0.16 | 105.08 | 0.79 | 0.47 |
| Hex | 48 | D6 | 19 | 42 | 0 | 58 | 10 | 69 | 4F | 2F |
| Octal | 110 | 326 | 31 | 102 | 0 | 130 | 20 | 151 | 117 | 57 |
| Binary | 1001000 | 11010110 | 11001 | 1000010 | 0 | 1011000 | 10000 | 1101001 | 1001111 | 101111 |
Color Harmonies of #48D619
Complementary color
Monochromatic Colors of #48D619
Black with #48D619
Text Example
Text Example
White with #48D619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48D619; }
p { color: rgb(72,214,25); }
H1.HeaderClassName
{
color: #48D619;
}
.AnyTagClassName
{
color: #48D619;
}
</style>
background-color css
<style>
a { background-color: #48D619; }
a { background-color: rgb(72,214,25); }
div.DivClassName
{
background-color: #48D619;
}
.BgClassName
{
background-color: #48D619;
}
</style>
border-color css
<style>
span { border-color: #48D619; }
span { border-color: rgb(72,214,25); }
td.TdClassName
{
border-color: #48D619;
}
.TagClassName
{
border-color: #48D619;
}
</style>