Shades of Emerald #48C281
Tints of Emerald #48C281
RGB
CMYK
RGB Variations
Color information
#48C281 (or 0x48C281) is known color: Emerald. HEX triplet: 48, C2 and 81. RGB value is (72,194,129). Sum of RGB (Red+Green+Blue) = 72+194+129=395 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.23% from 395); Green value is 194 (76.17% from 255 or 49.11% from 395); Blue value is 129 (50.78% from 255 or 32.66% from 395); Max value from RGB is 194 - color contains mainly: green. Hex color #48C281 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48C281 is #B73D7E. Grayscale: #969696. Windows color (decimal): -12008831 or 8503880. OLE color: 8503880.
HSL color Cylindrical-coordinate representation of color #48C281: hue angle of 148.03º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #48C281 is Cyan = 0.63, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 72 | 194 | 129 | - |
| CMYK | 0.63 | 0 | 0.34 | 0.24 |
| HSL | 148.03º | 0.5% | 0.52% | - |
| HSV(B) | 148.03º | 0.63% | 0.76% | - |
| XYZ | 25.93 | 41.55 | 27.42 | - |
| YUV | 150.11 | 116.08 | 72.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 194 | 129 | 0.63 | 0 | 0.34 | 0.24 | 148.03 | 0.5 | 0.52 |
| Hex | 48 | C2 | 81 | 3F | 0 | 22 | 18 | 94 | 32 | 34 |
| Octal | 110 | 302 | 201 | 77 | 0 | 42 | 30 | 224 | 62 | 64 |
| Binary | 1001000 | 11000010 | 10000001 | 111111 | 0 | 100010 | 11000 | 10010100 | 110010 | 110100 |
Color Harmonies of #48C281
Complementary color
Monochromatic Colors of #48C281
Black with #48C281
Text Example
Text Example
White with #48C281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48C281; }
p { color: rgb(72,194,129); }
H1.HeaderClassName
{
color: #48C281;
}
.AnyTagClassName
{
color: #48C281;
}
</style>
background-color css
<style>
a { background-color: #48C281; }
a { background-color: rgb(72,194,129); }
div.DivClassName
{
background-color: #48C281;
}
.BgClassName
{
background-color: #48C281;
}
</style>
border-color css
<style>
span { border-color: #48C281; }
span { border-color: rgb(72,194,129); }
td.TdClassName
{
border-color: #48C281;
}
.TagClassName
{
border-color: #48C281;
}
</style>