Shades of Emerald #30D576
Tints of Emerald #30D576
RGB
CMYK
RGB Variations
Color information
#30D576 (or 0x30D576) is known color: Emerald. HEX triplet: 30, D5 and 76. RGB value is (48,213,118). Sum of RGB (Red+Green+Blue) = 48+213+118=379 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.66% from 379); Green value is 213 (83.59% from 255 or 56.20% from 379); Blue value is 118 (46.48% from 255 or 31.13% from 379); Max value from RGB is 213 - color contains mainly: green. Hex color #30D576 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30D576 is #CF2A89. Grayscale: #999999. Windows color (decimal): -13576842 or 7787824. OLE color: 7787824.
HSL color Cylindrical-coordinate representation of color #30D576: hue angle of 145.45º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30D576 is Cyan = 0.77, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 48 | 213 | 118 | - |
| CMYK | 0.77 | 0 | 0.45 | 0.16 |
| HSL | 145.45º | 0.66% | 0.51% | - |
| HSV(B) | 145.45º | 0.77% | 0.84% | - |
| XYZ | 28.28 | 49.52 | 25.21 | - |
| YUV | 152.84 | 108.34 | 53.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 213 | 118 | 0.77 | 0 | 0.45 | 0.16 | 145.45 | 0.66 | 0.51 |
| Hex | 30 | D5 | 76 | 4D | 0 | 2D | 10 | 91 | 42 | 33 |
| Octal | 60 | 325 | 166 | 115 | 0 | 55 | 20 | 221 | 102 | 63 |
| Binary | 110000 | 11010101 | 1110110 | 1001101 | 0 | 101101 | 10000 | 10010001 | 1000010 | 110011 |
Color Harmonies of #30D576
Complementary color
Monochromatic Colors of #30D576
Black with #30D576
Text Example
Text Example
White with #30D576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30D576; }
p { color: rgb(48,213,118); }
H1.HeaderClassName
{
color: #30D576;
}
.AnyTagClassName
{
color: #30D576;
}
</style>
background-color css
<style>
a { background-color: #30D576; }
a { background-color: rgb(48,213,118); }
div.DivClassName
{
background-color: #30D576;
}
.BgClassName
{
background-color: #30D576;
}
</style>
border-color css
<style>
span { border-color: #30D576; }
span { border-color: rgb(48,213,118); }
td.TdClassName
{
border-color: #30D576;
}
.TagClassName
{
border-color: #30D576;
}
</style>