Shades of Emerald #48D667
Tints of Emerald #48D667
RGB
CMYK
RGB Variations
Color information
#48D667 (or 0x48D667) is known color: Emerald. HEX triplet: 48, D6 and 67. RGB value is (72,214,103). Sum of RGB (Red+Green+Blue) = 72+214+103=389 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.51% from 389); Green value is 214 (83.98% from 255 or 55.01% from 389); Blue value is 103 (40.62% from 255 or 26.48% from 389); Max value from RGB is 214 - color contains mainly: green. Hex color #48D667 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48D667 is #B72998. Grayscale: #9F9F9F. Windows color (decimal): -12003737 or 6805064. OLE color: 6805064.
HSL color Cylindrical-coordinate representation of color #48D667: hue angle of 133.1º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #48D667 is Cyan = 0.66, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 72 | 214 | 103 | - |
| CMYK | 0.66 | 0 | 0.52 | 0.16 |
| HSL | 133.1º | 0.63% | 0.56% | - |
| HSV(B) | 133.1º | 0.66% | 0.84% | - |
| XYZ | 29.17 | 50.45 | 21.03 | - |
| YUV | 158.89 | 96.46 | 66.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 214 | 103 | 0.66 | 0 | 0.52 | 0.16 | 133.1 | 0.63 | 0.56 |
| Hex | 48 | D6 | 67 | 42 | 0 | 34 | 10 | 85 | 3F | 38 |
| Octal | 110 | 326 | 147 | 102 | 0 | 64 | 20 | 205 | 77 | 70 |
| Binary | 1001000 | 11010110 | 1100111 | 1000010 | 0 | 110100 | 10000 | 10000101 | 111111 | 111000 |
Color Harmonies of #48D667
Complementary color
Monochromatic Colors of #48D667
Black with #48D667
Text Example
Text Example
White with #48D667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48D667; }
p { color: rgb(72,214,103); }
H1.HeaderClassName
{
color: #48D667;
}
.AnyTagClassName
{
color: #48D667;
}
</style>
background-color css
<style>
a { background-color: #48D667; }
a { background-color: rgb(72,214,103); }
div.DivClassName
{
background-color: #48D667;
}
.BgClassName
{
background-color: #48D667;
}
</style>
border-color css
<style>
span { border-color: #48D667; }
span { border-color: rgb(72,214,103); }
td.TdClassName
{
border-color: #48D667;
}
.TagClassName
{
border-color: #48D667;
}
</style>