Shades of Emerald #48F17C
Tints of Emerald #48F17C
RGB
CMYK
RGB Variations
Color information
#48F17C (or 0x48F17C) is known color: Emerald. HEX triplet: 48, F1 and 7C. RGB value is (72,241,124). Sum of RGB (Red+Green+Blue) = 72+241+124=437 (57% of max value = 765). Red value is 72 (28.52% from 255 or 16.48% from 437); Green value is 241 (94.53% from 255 or 55.15% from 437); Blue value is 124 (48.83% from 255 or 28.38% from 437); Max value from RGB is 241 - color contains mainly: green. Hex color #48F17C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #48F17C is #B70E83. Grayscale: #B1B1B1. Windows color (decimal): -11996804 or 8188232. OLE color: 8188232.
HSL color Cylindrical-coordinate representation of color #48F17C: hue angle of 138.46º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #48F17C is Cyan = 0.70, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 72 | 241 | 124 | - |
| CMYK | 0.70 | 0 | 0.49 | 0.05 |
| HSL | 138.46º | 0.86% | 0.61% | - |
| HSV(B) | 138.46º | 0.7% | 0.95% | - |
| XYZ | 37.77 | 65.74 | 29.77 | - |
| YUV | 177.13 | 98.01 | 53.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 241 | 124 | 0.70 | 0 | 0.49 | 0.05 | 138.46 | 0.86 | 0.61 |
| Hex | 48 | F1 | 7C | 46 | 0 | 31 | 5 | 8A | 56 | 3D |
| Octal | 110 | 361 | 174 | 106 | 0 | 61 | 5 | 212 | 126 | 75 |
| Binary | 1001000 | 11110001 | 1111100 | 1000110 | 0 | 110001 | 101 | 10001010 | 1010110 | 111101 |
Color Harmonies of #48F17C
Complementary color
Monochromatic Colors of #48F17C
Black with #48F17C
Text Example
Text Example
White with #48F17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48F17C; }
p { color: rgb(72,241,124); }
H1.HeaderClassName
{
color: #48F17C;
}
.AnyTagClassName
{
color: #48F17C;
}
</style>
background-color css
<style>
a { background-color: #48F17C; }
a { background-color: rgb(72,241,124); }
div.DivClassName
{
background-color: #48F17C;
}
.BgClassName
{
background-color: #48F17C;
}
</style>
border-color css
<style>
span { border-color: #48F17C; }
span { border-color: rgb(72,241,124); }
td.TdClassName
{
border-color: #48F17C;
}
.TagClassName
{
border-color: #48F17C;
}
</style>