Shades of Emerald #30DA70
Tints of Emerald #30DA70
RGB
CMYK
RGB Variations
Color information
#30DA70 (or 0x30DA70) is known color: Emerald. HEX triplet: 30, DA and 70. RGB value is (48,218,112). Sum of RGB (Red+Green+Blue) = 48+218+112=378 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.70% from 378); Green value is 218 (85.55% from 255 or 57.67% from 378); Blue value is 112 (44.14% from 255 or 29.63% from 378); Max value from RGB is 218 - color contains mainly: green. Hex color #30DA70 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30DA70 is #CF258F. Grayscale: #9B9B9B. Windows color (decimal): -13575568 or 7395888. OLE color: 7395888.
HSL color Cylindrical-coordinate representation of color #30DA70: hue angle of 142.59º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30DA70 is Cyan = 0.78, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 48 | 218 | 112 | - |
| CMYK | 0.78 | 0 | 0.49 | 0.15 |
| HSL | 142.59º | 0.7% | 0.52% | - |
| HSV(B) | 142.59º | 0.78% | 0.85% | - |
| XYZ | 29.21 | 51.94 | 23.82 | - |
| YUV | 155.09 | 103.68 | 51.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 218 | 112 | 0.78 | 0 | 0.49 | 0.15 | 142.59 | 0.7 | 0.52 |
| Hex | 30 | DA | 70 | 4E | 0 | 31 | F | 8F | 46 | 34 |
| Octal | 60 | 332 | 160 | 116 | 0 | 61 | 17 | 217 | 106 | 64 |
| Binary | 110000 | 11011010 | 1110000 | 1001110 | 0 | 110001 | 1111 | 10001111 | 1000110 | 110100 |
Color Harmonies of #30DA70
Complementary color
Monochromatic Colors of #30DA70
Black with #30DA70
Text Example
Text Example
White with #30DA70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30DA70; }
p { color: rgb(48,218,112); }
H1.HeaderClassName
{
color: #30DA70;
}
.AnyTagClassName
{
color: #30DA70;
}
</style>
background-color css
<style>
a { background-color: #30DA70; }
a { background-color: rgb(48,218,112); }
div.DivClassName
{
background-color: #30DA70;
}
.BgClassName
{
background-color: #30DA70;
}
</style>
border-color css
<style>
span { border-color: #30DA70; }
span { border-color: rgb(48,218,112); }
td.TdClassName
{
border-color: #30DA70;
}
.TagClassName
{
border-color: #30DA70;
}
</style>