Shades of Emerald #48D068
Tints of Emerald #48D068
RGB
CMYK
RGB Variations
Color information
#48D068 (or 0x48D068) is known color: Emerald. HEX triplet: 48, D0 and 68. RGB value is (72,208,104). Sum of RGB (Red+Green+Blue) = 72+208+104=384 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.75% from 384); Green value is 208 (81.64% from 255 or 54.17% from 384); Blue value is 104 (41.02% from 255 or 27.08% from 384); Max value from RGB is 208 - color contains mainly: green. Hex color #48D068 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48D068 is #B72F97. Grayscale: #9B9B9B. Windows color (decimal): -12005272 or 6869064. OLE color: 6869064.
HSL color Cylindrical-coordinate representation of color #48D068: hue angle of 134.12º 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 #48D068 is Cyan = 0.65, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 72 | 208 | 104 | - |
| CMYK | 0.65 | 0 | 0.5 | 0.18 |
| HSL | 134.12º | 0.59% | 0.55% | - |
| HSV(B) | 134.12º | 0.65% | 0.82% | - |
| XYZ | 27.73 | 47.49 | 20.8 | - |
| YUV | 155.48 | 98.94 | 68.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 208 | 104 | 0.65 | 0 | 0.5 | 0.18 | 134.12 | 0.59 | 0.55 |
| Hex | 48 | D0 | 68 | 41 | 0 | 32 | 12 | 86 | 3B | 37 |
| Octal | 110 | 320 | 150 | 101 | 0 | 62 | 22 | 206 | 73 | 67 |
| Binary | 1001000 | 11010000 | 1101000 | 1000001 | 0 | 110010 | 10010 | 10000110 | 111011 | 110111 |
Color Harmonies of #48D068
Complementary color
Monochromatic Colors of #48D068
Black with #48D068
Text Example
Text Example
White with #48D068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48D068; }
p { color: rgb(72,208,104); }
H1.HeaderClassName
{
color: #48D068;
}
.AnyTagClassName
{
color: #48D068;
}
</style>
background-color css
<style>
a { background-color: #48D068; }
a { background-color: rgb(72,208,104); }
div.DivClassName
{
background-color: #48D068;
}
.BgClassName
{
background-color: #48D068;
}
</style>
border-color css
<style>
span { border-color: #48D068; }
span { border-color: rgb(72,208,104); }
td.TdClassName
{
border-color: #48D068;
}
.TagClassName
{
border-color: #48D068;
}
</style>