Shades of Emerald #30D67B
Tints of Emerald #30D67B
RGB
CMYK
RGB Variations
Color information
#30D67B (or 0x30D67B) is known color: Emerald. HEX triplet: 30, D6 and 7B. RGB value is (48,214,123). Sum of RGB (Red+Green+Blue) = 48+214+123=385 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.47% from 385); Green value is 214 (83.98% from 255 or 55.58% from 385); Blue value is 123 (48.44% from 255 or 31.95% from 385); Max value from RGB is 214 - color contains mainly: green. Hex color #30D67B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30D67B is #CF2984. Grayscale: #9A9A9A. Windows color (decimal): -13576581 or 8115760. OLE color: 8115760.
HSL color Cylindrical-coordinate representation of color #30D67B: hue angle of 147.11º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30D67B is Cyan = 0.78, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 48 | 214 | 123 | - |
| CMYK | 0.78 | 0 | 0.43 | 0.16 |
| HSL | 147.11º | 0.67% | 0.51% | - |
| HSV(B) | 147.11º | 0.78% | 0.84% | - |
| XYZ | 28.84 | 50.15 | 26.9 | - |
| YUV | 153.99 | 110.5 | 52.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 214 | 123 | 0.78 | 0 | 0.43 | 0.16 | 147.11 | 0.67 | 0.51 |
| Hex | 30 | D6 | 7B | 4E | 0 | 2B | 10 | 93 | 43 | 33 |
| Octal | 60 | 326 | 173 | 116 | 0 | 53 | 20 | 223 | 103 | 63 |
| Binary | 110000 | 11010110 | 1111011 | 1001110 | 0 | 101011 | 10000 | 10010011 | 1000011 | 110011 |
Color Harmonies of #30D67B
Complementary color
Monochromatic Colors of #30D67B
Black with #30D67B
Text Example
Text Example
White with #30D67B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30D67B; }
p { color: rgb(48,214,123); }
H1.HeaderClassName
{
color: #30D67B;
}
.AnyTagClassName
{
color: #30D67B;
}
</style>
background-color css
<style>
a { background-color: #30D67B; }
a { background-color: rgb(48,214,123); }
div.DivClassName
{
background-color: #30D67B;
}
.BgClassName
{
background-color: #30D67B;
}
</style>
border-color css
<style>
span { border-color: #30D67B; }
span { border-color: rgb(48,214,123); }
td.TdClassName
{
border-color: #30D67B;
}
.TagClassName
{
border-color: #30D67B;
}
</style>