Shades of Emerald #48F28F
Tints of Emerald #48F28F
RGB
CMYK
RGB Variations
Color information
#48F28F (or 0x48F28F) is known color: Emerald. HEX triplet: 48, F2 and 8F. RGB value is (72,242,143). Sum of RGB (Red+Green+Blue) = 72+242+143=457 (60% of max value = 765). Red value is 72 (28.52% from 255 or 15.75% from 457); Green value is 242 (94.92% from 255 or 52.95% from 457); Blue value is 143 (56.25% from 255 or 31.29% from 457); Max value from RGB is 242 - color contains mainly: green. Hex color #48F28F is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #48F28F is #B70D70. Grayscale: #B4B4B4. Windows color (decimal): -11996529 or 9433672. OLE color: 9433672.
HSL color Cylindrical-coordinate representation of color #48F28F: hue angle of 145.06º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #48F28F is Cyan = 0.70, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 72 | 242 | 143 | - |
| CMYK | 0.70 | 0 | 0.41 | 0.05 |
| HSL | 145.06º | 0.87% | 0.62% | - |
| HSV(B) | 145.06º | 0.7% | 0.95% | - |
| XYZ | 39.38 | 66.87 | 36.82 | - |
| YUV | 179.88 | 107.18 | 51.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 242 | 143 | 0.70 | 0 | 0.41 | 0.05 | 145.06 | 0.87 | 0.62 |
| Hex | 48 | F2 | 8F | 46 | 0 | 29 | 5 | 91 | 57 | 3E |
| Octal | 110 | 362 | 217 | 106 | 0 | 51 | 5 | 221 | 127 | 76 |
| Binary | 1001000 | 11110010 | 10001111 | 1000110 | 0 | 101001 | 101 | 10010001 | 1010111 | 111110 |
Color Harmonies of #48F28F
Complementary color
Monochromatic Colors of #48F28F
Black with #48F28F
Text Example
Text Example
White with #48F28F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48F28F; }
p { color: rgb(72,242,143); }
H1.HeaderClassName
{
color: #48F28F;
}
.AnyTagClassName
{
color: #48F28F;
}
</style>
background-color css
<style>
a { background-color: #48F28F; }
a { background-color: rgb(72,242,143); }
div.DivClassName
{
background-color: #48F28F;
}
.BgClassName
{
background-color: #48F28F;
}
</style>
border-color css
<style>
span { border-color: #48F28F; }
span { border-color: rgb(72,242,143); }
td.TdClassName
{
border-color: #48F28F;
}
.TagClassName
{
border-color: #48F28F;
}
</style>