Shades of Kelly Green #48C815
Tints of Kelly Green #48C815
RGB
CMYK
RGB Variations
Color information
#48C815 (or 0x48C815) is known color: Kelly Green. HEX triplet: 48, C8 and 15. RGB value is (72,200,21). Sum of RGB (Red+Green+Blue) = 72+200+21=293 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.57% from 293); Green value is 200 (78.52% from 255 or 68.26% from 293); Blue value is 21 (8.59% from 255 or 7.17% from 293); Max value from RGB is 200 - color contains mainly: green. Hex color #48C815 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #48C815 is #B737EA. Grayscale: #8D8D8D. Windows color (decimal): -12007403 or 1427528. OLE color: 1427528.
HSL color Cylindrical-coordinate representation of color #48C815: hue angle of 102.91º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #48C815 is Cyan = 0.64, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 72 | 200 | 21 | - |
| CMYK | 0.64 | 0 | 0.90 | 0.22 |
| HSL | 102.91º | 0.81% | 0.43% | - |
| HSV(B) | 102.91º | 0.9% | 0.78% | - |
| XYZ | 23.46 | 42.74 | 7.72 | - |
| YUV | 141.32 | 60.09 | 78.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 200 | 21 | 0.64 | 0 | 0.90 | 0.22 | 102.91 | 0.81 | 0.43 |
| Hex | 48 | C8 | 15 | 40 | 0 | 5A | 16 | 67 | 51 | 2B |
| Octal | 110 | 310 | 25 | 100 | 0 | 132 | 26 | 147 | 121 | 53 |
| Binary | 1001000 | 11001000 | 10101 | 1000000 | 0 | 1011010 | 10110 | 1100111 | 1010001 | 101011 |
Color Harmonies of #48C815
Complementary color
Monochromatic Colors of #48C815
Black with #48C815
Text Example
Text Example
White with #48C815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48C815; }
p { color: rgb(72,200,21); }
H1.HeaderClassName
{
color: #48C815;
}
.AnyTagClassName
{
color: #48C815;
}
</style>
background-color css
<style>
a { background-color: #48C815; }
a { background-color: rgb(72,200,21); }
div.DivClassName
{
background-color: #48C815;
}
.BgClassName
{
background-color: #48C815;
}
</style>
border-color css
<style>
span { border-color: #48C815; }
span { border-color: rgb(72,200,21); }
td.TdClassName
{
border-color: #48C815;
}
.TagClassName
{
border-color: #48C815;
}
</style>