Shades of Emerald #30DD71
Tints of Emerald #30DD71
RGB
CMYK
RGB Variations
Color information
#30DD71 (or 0x30DD71) is known color: Emerald. HEX triplet: 30, DD and 71. RGB value is (48,221,113). Sum of RGB (Red+Green+Blue) = 48+221+113=382 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.57% from 382); Green value is 221 (86.72% from 255 or 57.85% from 382); Blue value is 113 (44.53% from 255 or 29.58% from 382); Max value from RGB is 221 - color contains mainly: green. Hex color #30DD71 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30DD71 is #CF228E. Grayscale: #9D9D9D. Windows color (decimal): -13574799 or 7462192. OLE color: 7462192.
HSL color Cylindrical-coordinate representation of color #30DD71: hue angle of 142.54º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30DD71 is Cyan = 0.78, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 48 | 221 | 113 | - |
| CMYK | 0.78 | 0 | 0.49 | 0.13 |
| HSL | 142.54º | 0.72% | 0.53% | - |
| HSV(B) | 142.54º | 0.78% | 0.87% | - |
| XYZ | 30.06 | 53.53 | 24.37 | - |
| YUV | 156.96 | 103.19 | 50.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 221 | 113 | 0.78 | 0 | 0.49 | 0.13 | 142.54 | 0.72 | 0.53 |
| Hex | 30 | DD | 71 | 4E | 0 | 31 | D | 8F | 48 | 35 |
| Octal | 60 | 335 | 161 | 116 | 0 | 61 | 15 | 217 | 110 | 65 |
| Binary | 110000 | 11011101 | 1110001 | 1001110 | 0 | 110001 | 1101 | 10001111 | 1001000 | 110101 |
Color Harmonies of #30DD71
Complementary color
Monochromatic Colors of #30DD71
Black with #30DD71
Text Example
Text Example
White with #30DD71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30DD71; }
p { color: rgb(48,221,113); }
H1.HeaderClassName
{
color: #30DD71;
}
.AnyTagClassName
{
color: #30DD71;
}
</style>
background-color css
<style>
a { background-color: #30DD71; }
a { background-color: rgb(48,221,113); }
div.DivClassName
{
background-color: #30DD71;
}
.BgClassName
{
background-color: #30DD71;
}
</style>
border-color css
<style>
span { border-color: #30DD71; }
span { border-color: rgb(48,221,113); }
td.TdClassName
{
border-color: #30DD71;
}
.TagClassName
{
border-color: #30DD71;
}
</style>