Shades of Emerald #48CF81
Tints of Emerald #48CF81
RGB
CMYK
RGB Variations
Color information
#48CF81 (or 0x48CF81) is known color: Emerald. HEX triplet: 48, CF and 81. RGB value is (72,207,129). Sum of RGB (Red+Green+Blue) = 72+207+129=408 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.65% from 408); Green value is 207 (81.25% from 255 or 50.74% from 408); Blue value is 129 (50.78% from 255 or 31.62% from 408); Max value from RGB is 207 - color contains mainly: green. Hex color #48CF81 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48CF81 is #B7307E. Grayscale: #9D9D9D. Windows color (decimal): -12005503 or 8507208. OLE color: 8507208.
HSL color Cylindrical-coordinate representation of color #48CF81: hue angle of 145.33º 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 #48CF81 is Cyan = 0.65, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 72 | 207 | 129 | - |
| CMYK | 0.65 | 0 | 0.38 | 0.19 |
| HSL | 145.33º | 0.58% | 0.55% | - |
| HSV(B) | 145.33º | 0.65% | 0.81% | - |
| XYZ | 28.95 | 47.59 | 28.43 | - |
| YUV | 157.74 | 111.77 | 66.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 207 | 129 | 0.65 | 0 | 0.38 | 0.19 | 145.33 | 0.58 | 0.55 |
| Hex | 48 | CF | 81 | 41 | 0 | 26 | 13 | 91 | 3A | 37 |
| Octal | 110 | 317 | 201 | 101 | 0 | 46 | 23 | 221 | 72 | 67 |
| Binary | 1001000 | 11001111 | 10000001 | 1000001 | 0 | 100110 | 10011 | 10010001 | 111010 | 110111 |
Color Harmonies of #48CF81
Complementary color
Monochromatic Colors of #48CF81
Black with #48CF81
Text Example
Text Example
White with #48CF81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48CF81; }
p { color: rgb(72,207,129); }
H1.HeaderClassName
{
color: #48CF81;
}
.AnyTagClassName
{
color: #48CF81;
}
</style>
background-color css
<style>
a { background-color: #48CF81; }
a { background-color: rgb(72,207,129); }
div.DivClassName
{
background-color: #48CF81;
}
.BgClassName
{
background-color: #48CF81;
}
</style>
border-color css
<style>
span { border-color: #48CF81; }
span { border-color: rgb(72,207,129); }
td.TdClassName
{
border-color: #48CF81;
}
.TagClassName
{
border-color: #48CF81;
}
</style>