Shades of Kelly Green #48BF16
Tints of Kelly Green #48BF16
RGB
CMYK
RGB Variations
Color information
#48BF16 (or 0x48BF16) is known color: Kelly Green. HEX triplet: 48, BF and 16. RGB value is (72,191,22). Sum of RGB (Red+Green+Blue) = 72+191+22=285 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.26% from 285); Green value is 191 (75% from 255 or 67.02% from 285); Blue value is 22 (8.98% from 255 or 7.72% from 285); Max value from RGB is 191 - color contains mainly: green. Hex color #48BF16 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #48BF16 is #B740E9. Grayscale: #888888. Windows color (decimal): -12009706 or 1490760. OLE color: 1490760.
HSL color Cylindrical-coordinate representation of color #48BF16: hue angle of 102.25º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #48BF16 is Cyan = 0.62, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 72 | 191 | 22 | - |
| CMYK | 0.62 | 0 | 0.88 | 0.25 |
| HSL | 102.25º | 0.79% | 0.42% | - |
| HSV(B) | 102.25º | 0.88% | 0.75% | - |
| XYZ | 21.45 | 38.7 | 7.1 | - |
| YUV | 136.15 | 63.58 | 82.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 191 | 22 | 0.62 | 0 | 0.88 | 0.25 | 102.25 | 0.79 | 0.42 |
| Hex | 48 | BF | 16 | 3E | 0 | 58 | 19 | 66 | 4F | 2A |
| Octal | 110 | 277 | 26 | 76 | 0 | 130 | 31 | 146 | 117 | 52 |
| Binary | 1001000 | 10111111 | 10110 | 111110 | 0 | 1011000 | 11001 | 1100110 | 1001111 | 101010 |
Color Harmonies of #48BF16
Complementary color
Monochromatic Colors of #48BF16
Black with #48BF16
Text Example
Text Example
White with #48BF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48BF16; }
p { color: rgb(72,191,22); }
H1.HeaderClassName
{
color: #48BF16;
}
.AnyTagClassName
{
color: #48BF16;
}
</style>
background-color css
<style>
a { background-color: #48BF16; }
a { background-color: rgb(72,191,22); }
div.DivClassName
{
background-color: #48BF16;
}
.BgClassName
{
background-color: #48BF16;
}
</style>
border-color css
<style>
span { border-color: #48BF16; }
span { border-color: rgb(72,191,22); }
td.TdClassName
{
border-color: #48BF16;
}
.TagClassName
{
border-color: #48BF16;
}
</style>