Shades of Kelly Green #48BC15
Tints of Kelly Green #48BC15
RGB
CMYK
RGB Variations
Color information
#48BC15 (or 0x48BC15) is known color: Kelly Green. HEX triplet: 48, BC and 15. RGB value is (72,188,21). Sum of RGB (Red+Green+Blue) = 72+188+21=281 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.62% from 281); Green value is 188 (73.83% from 255 or 66.90% from 281); Blue value is 21 (8.59% from 255 or 7.47% from 281); Max value from RGB is 188 - color contains mainly: green. Hex color #48BC15 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #48BC15 is #B743EA. Grayscale: #868686. Windows color (decimal): -12010475 or 1424456. OLE color: 1424456.
HSL color Cylindrical-coordinate representation of color #48BC15: hue angle of 101.68º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #48BC15 is Cyan = 0.62, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 72 | 188 | 21 | - |
| CMYK | 0.62 | 0 | 0.89 | 0.26 |
| HSL | 101.68º | 0.8% | 0.41% | - |
| HSV(B) | 101.68º | 0.89% | 0.74% | - |
| XYZ | 20.79 | 37.4 | 6.83 | - |
| YUV | 134.28 | 64.07 | 83.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 188 | 21 | 0.62 | 0 | 0.89 | 0.26 | 101.68 | 0.8 | 0.41 |
| Hex | 48 | BC | 15 | 3E | 0 | 59 | 1A | 66 | 50 | 29 |
| Octal | 110 | 274 | 25 | 76 | 0 | 131 | 32 | 146 | 120 | 51 |
| Binary | 1001000 | 10111100 | 10101 | 111110 | 0 | 1011001 | 11010 | 1100110 | 1010000 | 101001 |
Color Harmonies of #48BC15
Complementary color
Monochromatic Colors of #48BC15
Black with #48BC15
Text Example
Text Example
White with #48BC15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48BC15; }
p { color: rgb(72,188,21); }
H1.HeaderClassName
{
color: #48BC15;
}
.AnyTagClassName
{
color: #48BC15;
}
</style>
background-color css
<style>
a { background-color: #48BC15; }
a { background-color: rgb(72,188,21); }
div.DivClassName
{
background-color: #48BC15;
}
.BgClassName
{
background-color: #48BC15;
}
</style>
border-color css
<style>
span { border-color: #48BC15; }
span { border-color: rgb(72,188,21); }
td.TdClassName
{
border-color: #48BC15;
}
.TagClassName
{
border-color: #48BC15;
}
</style>