Shades of Emerald #48D06F
Tints of Emerald #48D06F
RGB
CMYK
RGB Variations
Color information
#48D06F (or 0x48D06F) is known color: Emerald. HEX triplet: 48, D0 and 6F. RGB value is (72,208,111). Sum of RGB (Red+Green+Blue) = 72+208+111=391 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.41% from 391); Green value is 208 (81.64% from 255 or 53.20% from 391); Blue value is 111 (43.75% from 255 or 28.39% from 391); Max value from RGB is 208 - color contains mainly: green. Hex color #48D06F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48D06F is #B72F90. Grayscale: #9C9C9C. Windows color (decimal): -12005265 or 7327816. OLE color: 7327816.
HSL color Cylindrical-coordinate representation of color #48D06F: hue angle of 137.21º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #48D06F is Cyan = 0.65, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 72 | 208 | 111 | - |
| CMYK | 0.65 | 0 | 0.47 | 0.18 |
| HSL | 137.21º | 0.59% | 0.55% | - |
| HSV(B) | 137.21º | 0.65% | 0.82% | - |
| XYZ | 28.1 | 47.64 | 22.75 | - |
| YUV | 156.28 | 102.44 | 67.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 208 | 111 | 0.65 | 0 | 0.47 | 0.18 | 137.21 | 0.59 | 0.55 |
| Hex | 48 | D0 | 6F | 41 | 0 | 2F | 12 | 89 | 3B | 37 |
| Octal | 110 | 320 | 157 | 101 | 0 | 57 | 22 | 211 | 73 | 67 |
| Binary | 1001000 | 11010000 | 1101111 | 1000001 | 0 | 101111 | 10010 | 10001001 | 111011 | 110111 |
Color Harmonies of #48D06F
Complementary color
Monochromatic Colors of #48D06F
Black with #48D06F
Text Example
Text Example
White with #48D06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48D06F; }
p { color: rgb(72,208,111); }
H1.HeaderClassName
{
color: #48D06F;
}
.AnyTagClassName
{
color: #48D06F;
}
</style>
background-color css
<style>
a { background-color: #48D06F; }
a { background-color: rgb(72,208,111); }
div.DivClassName
{
background-color: #48D06F;
}
.BgClassName
{
background-color: #48D06F;
}
</style>
border-color css
<style>
span { border-color: #48D06F; }
span { border-color: rgb(72,208,111); }
td.TdClassName
{
border-color: #48D06F;
}
.TagClassName
{
border-color: #48D06F;
}
</style>