Shades of Emerald #48CF86
Tints of Emerald #48CF86
RGB
CMYK
RGB Variations
Color information
#48CF86 (or 0x48CF86) is known color: Emerald. HEX triplet: 48, CF and 86. RGB value is (72,207,134). Sum of RGB (Red+Green+Blue) = 72+207+134=413 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.43% from 413); Green value is 207 (81.25% from 255 or 50.12% from 413); Blue value is 134 (52.73% from 255 or 32.45% from 413); Max value from RGB is 207 - color contains mainly: green. Hex color #48CF86 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48CF86 is #B73079. Grayscale: #9E9E9E. Windows color (decimal): -12005498 or 8834888. OLE color: 8834888.
HSL color Cylindrical-coordinate representation of color #48CF86: hue angle of 147.56º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #48CF86 is Cyan = 0.65, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 72 | 207 | 134 | - |
| CMYK | 0.65 | 0 | 0.35 | 0.19 |
| HSL | 147.56º | 0.58% | 0.55% | - |
| HSV(B) | 147.56º | 0.65% | 0.81% | - |
| XYZ | 29.29 | 47.72 | 30.22 | - |
| YUV | 158.31 | 114.27 | 66.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 207 | 134 | 0.65 | 0 | 0.35 | 0.19 | 147.56 | 0.58 | 0.55 |
| Hex | 48 | CF | 86 | 41 | 0 | 23 | 13 | 94 | 3A | 37 |
| Octal | 110 | 317 | 206 | 101 | 0 | 43 | 23 | 224 | 72 | 67 |
| Binary | 1001000 | 11001111 | 10000110 | 1000001 | 0 | 100011 | 10011 | 10010100 | 111010 | 110111 |
Color Harmonies of #48CF86
Complementary color
Monochromatic Colors of #48CF86
Black with #48CF86
Text Example
Text Example
White with #48CF86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48CF86; }
p { color: rgb(72,207,134); }
H1.HeaderClassName
{
color: #48CF86;
}
.AnyTagClassName
{
color: #48CF86;
}
</style>
background-color css
<style>
a { background-color: #48CF86; }
a { background-color: rgb(72,207,134); }
div.DivClassName
{
background-color: #48CF86;
}
.BgClassName
{
background-color: #48CF86;
}
</style>
border-color css
<style>
span { border-color: #48CF86; }
span { border-color: rgb(72,207,134); }
td.TdClassName
{
border-color: #48CF86;
}
.TagClassName
{
border-color: #48CF86;
}
</style>