Shades of Kelly Green #48D719
Tints of Kelly Green #48D719
RGB
CMYK
RGB Variations
Color information
#48D719 (or 0x48D719) is known color: Kelly Green. HEX triplet: 48, D7 and 19. RGB value is (72,215,25). Sum of RGB (Red+Green+Blue) = 72+215+25=312 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.08% from 312); Green value is 215 (84.38% from 255 or 68.91% from 312); Blue value is 25 (10.16% from 255 or 8.01% from 312); Max value from RGB is 215 - color contains mainly: green. Hex color #48D719 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #48D719 is #B728E6. Grayscale: #979797. Windows color (decimal): -12003559 or 1693512. OLE color: 1693512.
HSL color Cylindrical-coordinate representation of color #48D719: hue angle of 105.16º 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 #48D719 is Cyan = 0.67, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 72 | 215 | 25 | - |
| CMYK | 0.67 | 0 | 0.88 | 0.16 |
| HSL | 105.16º | 0.79% | 0.47% | - |
| HSV(B) | 105.16º | 0.88% | 0.84% | - |
| XYZ | 27.15 | 50.05 | 9.15 | - |
| YUV | 150.58 | 57.12 | 71.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 215 | 25 | 0.67 | 0 | 0.88 | 0.16 | 105.16 | 0.79 | 0.47 |
| Hex | 48 | D7 | 19 | 43 | 0 | 58 | 10 | 69 | 4F | 2F |
| Octal | 110 | 327 | 31 | 103 | 0 | 130 | 20 | 151 | 117 | 57 |
| Binary | 1001000 | 11010111 | 11001 | 1000011 | 0 | 1011000 | 10000 | 1101001 | 1001111 | 101111 |
Color Harmonies of #48D719
Complementary color
Monochromatic Colors of #48D719
Black with #48D719
Text Example
Text Example
White with #48D719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48D719; }
p { color: rgb(72,215,25); }
H1.HeaderClassName
{
color: #48D719;
}
.AnyTagClassName
{
color: #48D719;
}
</style>
background-color css
<style>
a { background-color: #48D719; }
a { background-color: rgb(72,215,25); }
div.DivClassName
{
background-color: #48D719;
}
.BgClassName
{
background-color: #48D719;
}
</style>
border-color css
<style>
span { border-color: #48D719; }
span { border-color: rgb(72,215,25); }
td.TdClassName
{
border-color: #48D719;
}
.TagClassName
{
border-color: #48D719;
}
</style>