Shades of Kelly Green #48E019
Tints of Kelly Green #48E019
RGB
CMYK
RGB Variations
Color information
#48E019 (or 0x48E019) is known color: Kelly Green. HEX triplet: 48, E0 and 19. RGB value is (72,224,25). Sum of RGB (Red+Green+Blue) = 72+224+25=321 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.43% from 321); Green value is 224 (87.89% from 255 or 69.78% from 321); Blue value is 25 (10.16% from 255 or 7.79% from 321); Max value from RGB is 224 - color contains mainly: green. Hex color #48E019 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #48E019 is #B71FE6. Grayscale: #9C9C9C. Windows color (decimal): -12001255 or 1695816. OLE color: 1695816.
HSL color Cylindrical-coordinate representation of color #48E019: hue angle of 105.83º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #48E019 is Cyan = 0.68, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 72 | 224 | 25 | - |
| CMYK | 0.68 | 0 | 0.89 | 0.12 |
| HSL | 105.83º | 0.8% | 0.49% | - |
| HSV(B) | 105.83º | 0.89% | 0.88% | - |
| XYZ | 29.5 | 54.76 | 9.93 | - |
| YUV | 155.87 | 54.14 | 68.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 224 | 25 | 0.68 | 0 | 0.89 | 0.12 | 105.83 | 0.8 | 0.49 |
| Hex | 48 | E0 | 19 | 44 | 0 | 59 | C | 6A | 50 | 31 |
| Octal | 110 | 340 | 31 | 104 | 0 | 131 | 14 | 152 | 120 | 61 |
| Binary | 1001000 | 11100000 | 11001 | 1000100 | 0 | 1011001 | 1100 | 1101010 | 1010000 | 110001 |
Color Harmonies of #48E019
Complementary color
Monochromatic Colors of #48E019
Black with #48E019
Text Example
Text Example
White with #48E019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48E019; }
p { color: rgb(72,224,25); }
H1.HeaderClassName
{
color: #48E019;
}
.AnyTagClassName
{
color: #48E019;
}
</style>
background-color css
<style>
a { background-color: #48E019; }
a { background-color: rgb(72,224,25); }
div.DivClassName
{
background-color: #48E019;
}
.BgClassName
{
background-color: #48E019;
}
</style>
border-color css
<style>
span { border-color: #48E019; }
span { border-color: rgb(72,224,25); }
td.TdClassName
{
border-color: #48E019;
}
.TagClassName
{
border-color: #48E019;
}
</style>