Shades of Emerald #30DD6B
Tints of Emerald #30DD6B
RGB
CMYK
RGB Variations
Color information
#30DD6B (or 0x30DD6B) is known color: Emerald. HEX triplet: 30, DD and 6B. RGB value is (48,221,107). Sum of RGB (Red+Green+Blue) = 48+221+107=376 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.77% from 376); Green value is 221 (86.72% from 255 or 58.78% from 376); Blue value is 107 (42.19% from 255 or 28.46% from 376); Max value from RGB is 221 - color contains mainly: green. Hex color #30DD6B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30DD6B is #CF2294. Grayscale: #9C9C9C. Windows color (decimal): -13574805 or 7068976. OLE color: 7068976.
HSL color Cylindrical-coordinate representation of color #30DD6B: hue angle of 140.46º 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 #30DD6B is Cyan = 0.78, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 48 | 221 | 107 | - |
| CMYK | 0.78 | 0 | 0.52 | 0.13 |
| HSL | 140.46º | 0.72% | 0.53% | - |
| HSV(B) | 140.46º | 0.78% | 0.87% | - |
| XYZ | 29.73 | 53.4 | 22.65 | - |
| YUV | 156.28 | 100.19 | 50.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 221 | 107 | 0.78 | 0 | 0.52 | 0.13 | 140.46 | 0.72 | 0.53 |
| Hex | 30 | DD | 6B | 4E | 0 | 34 | D | 8C | 48 | 35 |
| Octal | 60 | 335 | 153 | 116 | 0 | 64 | 15 | 214 | 110 | 65 |
| Binary | 110000 | 11011101 | 1101011 | 1001110 | 0 | 110100 | 1101 | 10001100 | 1001000 | 110101 |
Color Harmonies of #30DD6B
Complementary color
Monochromatic Colors of #30DD6B
Black with #30DD6B
Text Example
Text Example
White with #30DD6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30DD6B; }
p { color: rgb(48,221,107); }
H1.HeaderClassName
{
color: #30DD6B;
}
.AnyTagClassName
{
color: #30DD6B;
}
</style>
background-color css
<style>
a { background-color: #30DD6B; }
a { background-color: rgb(48,221,107); }
div.DivClassName
{
background-color: #30DD6B;
}
.BgClassName
{
background-color: #30DD6B;
}
</style>
border-color css
<style>
span { border-color: #30DD6B; }
span { border-color: rgb(48,221,107); }
td.TdClassName
{
border-color: #30DD6B;
}
.TagClassName
{
border-color: #30DD6B;
}
</style>