Shades of Emerald #48D474
Tints of Emerald #48D474
RGB
CMYK
RGB Variations
Color information
#48D474 (or 0x48D474) is known color: Emerald. HEX triplet: 48, D4 and 74. RGB value is (72,212,116). Sum of RGB (Red+Green+Blue) = 72+212+116=400 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18% from 400); Green value is 212 (83.20% from 255 or 53% from 400); Blue value is 116 (45.70% from 255 or 29% from 400); Max value from RGB is 212 - color contains mainly: green. Hex color #48D474 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48D474 is #B72B8B. Grayscale: #9F9F9F. Windows color (decimal): -12004236 or 7656520. OLE color: 7656520.
HSL color Cylindrical-coordinate representation of color #48D474: hue angle of 138.86º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #48D474 is Cyan = 0.66, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 72 | 212 | 116 | - |
| CMYK | 0.66 | 0 | 0.45 | 0.17 |
| HSL | 138.86º | 0.62% | 0.56% | - |
| HSV(B) | 138.86º | 0.66% | 0.83% | - |
| XYZ | 29.37 | 49.73 | 24.57 | - |
| YUV | 159.2 | 103.62 | 65.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 212 | 116 | 0.66 | 0 | 0.45 | 0.17 | 138.86 | 0.62 | 0.56 |
| Hex | 48 | D4 | 74 | 42 | 0 | 2D | 11 | 8B | 3E | 38 |
| Octal | 110 | 324 | 164 | 102 | 0 | 55 | 21 | 213 | 76 | 70 |
| Binary | 1001000 | 11010100 | 1110100 | 1000010 | 0 | 101101 | 10001 | 10001011 | 111110 | 111000 |
Color Harmonies of #48D474
Complementary color
Monochromatic Colors of #48D474
Black with #48D474
Text Example
Text Example
White with #48D474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48D474; }
p { color: rgb(72,212,116); }
H1.HeaderClassName
{
color: #48D474;
}
.AnyTagClassName
{
color: #48D474;
}
</style>
background-color css
<style>
a { background-color: #48D474; }
a { background-color: rgb(72,212,116); }
div.DivClassName
{
background-color: #48D474;
}
.BgClassName
{
background-color: #48D474;
}
</style>
border-color css
<style>
span { border-color: #48D474; }
span { border-color: rgb(72,212,116); }
td.TdClassName
{
border-color: #48D474;
}
.TagClassName
{
border-color: #48D474;
}
</style>