Shades of Emerald #48FD8D
Tints of Emerald #48FD8D
RGB
CMYK
RGB Variations
Color information
#48FD8D (or 0x48FD8D) is known color: Emerald. HEX triplet: 48, FD and 8D. RGB value is (72,253,141). Sum of RGB (Red+Green+Blue) = 72+253+141=466 (61% of max value = 765). Red value is 72 (28.52% from 255 or 15.45% from 466); Green value is 253 (99.22% from 255 or 54.29% from 466); Blue value is 141 (55.47% from 255 or 30.26% from 466); Max value from RGB is 253 - color contains mainly: green. Hex color #48FD8D is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #48FD8D is #B70272. Grayscale: #BABABA. Windows color (decimal): -11993715 or 9305416. OLE color: 9305416.
HSL color Cylindrical-coordinate representation of color #48FD8D: hue angle of 142.87º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #48FD8D is Cyan = 0.72, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
RGB | 72 | 253 | 141 | - |
CMYK | 0.72 | 0 | 0.44 | 0.01 |
HSL | 142.87º | 0.98% | 0.64% | - |
HSV(B) | 142.87º | 0.72% | 0.99% | - |
XYZ | 42.61 | 73.55 | 37.15 | - |
YUV | 186.11 | 102.53 | 46.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 72 | 253 | 141 | 0.72 | 0 | 0.44 | 0.01 | 142.87 | 0.98 | 0.64 |
Hex | 48 | FD | 8D | 48 | 0 | 2C | 1 | 8F | 62 | 40 |
Octal | 110 | 375 | 215 | 110 | 0 | 54 | 1 | 217 | 142 | 100 |
Binary | 1001000 | 11111101 | 10001101 | 1001000 | 0 | 101100 | 1 | 10001111 | 1100010 | 1000000 |
Color Harmonies of #48FD8D
Complementary color
Monochromatic Colors of #48FD8D
Black with #48FD8D
Text Example
Text Example
White with #48FD8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48FD8D; }
p { color: rgb(72,253,141); }
H1.HeaderClassName
{
color: #48FD8D;
}
.AnyTagClassName
{
color: #48FD8D;
}
</style>
background-color css
<style>
a { background-color: #48FD8D; }
a { background-color: rgb(72,253,141); }
div.DivClassName
{
background-color: #48FD8D;
}
.BgClassName
{
background-color: #48FD8D;
}
</style>
border-color css
<style>
span { border-color: #48FD8D; }
span { border-color: rgb(72,253,141); }
td.TdClassName
{
border-color: #48FD8D;
}
.TagClassName
{
border-color: #48FD8D;
}
</style>