Shades of Emerald #30DF7B
Tints of Emerald #30DF7B
RGB
CMYK
RGB Variations
Color information
#30DF7B (or 0x30DF7B) is known color: Emerald. HEX triplet: 30, DF and 7B. RGB value is (48,223,123). Sum of RGB (Red+Green+Blue) = 48+223+123=394 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.18% from 394); Green value is 223 (87.5% from 255 or 56.60% from 394); Blue value is 123 (48.44% from 255 or 31.22% from 394); Max value from RGB is 223 - color contains mainly: green. Hex color #30DF7B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30DF7B is #CF2084. Grayscale: #9F9F9F. Windows color (decimal): -13574277 or 8118064. OLE color: 8118064.
HSL color Cylindrical-coordinate representation of color #30DF7B: hue angle of 145.71º degrees, saturation: 0.73, 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 #30DF7B is Cyan = 0.78, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 48 | 223 | 123 | - |
| CMYK | 0.78 | 0 | 0.45 | 0.13 |
| HSL | 145.71º | 0.73% | 0.53% | - |
| HSV(B) | 145.71º | 0.78% | 0.87% | - |
| XYZ | 31.18 | 54.83 | 27.68 | - |
| YUV | 159.28 | 107.52 | 48.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 223 | 123 | 0.78 | 0 | 0.45 | 0.13 | 145.71 | 0.73 | 0.53 |
| Hex | 30 | DF | 7B | 4E | 0 | 2D | D | 92 | 49 | 35 |
| Octal | 60 | 337 | 173 | 116 | 0 | 55 | 15 | 222 | 111 | 65 |
| Binary | 110000 | 11011111 | 1111011 | 1001110 | 0 | 101101 | 1101 | 10010010 | 1001001 | 110101 |
Color Harmonies of #30DF7B
Complementary color
Monochromatic Colors of #30DF7B
Black with #30DF7B
Text Example
Text Example
White with #30DF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30DF7B; }
p { color: rgb(48,223,123); }
H1.HeaderClassName
{
color: #30DF7B;
}
.AnyTagClassName
{
color: #30DF7B;
}
</style>
background-color css
<style>
a { background-color: #30DF7B; }
a { background-color: rgb(48,223,123); }
div.DivClassName
{
background-color: #30DF7B;
}
.BgClassName
{
background-color: #30DF7B;
}
</style>
border-color css
<style>
span { border-color: #30DF7B; }
span { border-color: rgb(48,223,123); }
td.TdClassName
{
border-color: #30DF7B;
}
.TagClassName
{
border-color: #30DF7B;
}
</style>