Shades of Emerald #38DD7E
Tints of Emerald #38DD7E
RGB
CMYK
RGB Variations
Color information
#38DD7E (or 0x38DD7E) is known color: Emerald. HEX triplet: 38, DD and 7E. RGB value is (56,221,126). Sum of RGB (Red+Green+Blue) = 56+221+126=403 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.90% from 403); Green value is 221 (86.72% from 255 or 54.84% from 403); Blue value is 126 (49.61% from 255 or 31.27% from 403); Max value from RGB is 221 - color contains mainly: green. Hex color #38DD7E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38DD7E is #C72281. Grayscale: #A1A1A1. Windows color (decimal): -13050498 or 8314168. OLE color: 8314168.
HSL color Cylindrical-coordinate representation of color #38DD7E: hue angle of 145.45º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38DD7E is Cyan = 0.75, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 56 | 221 | 126 | - |
| CMYK | 0.75 | 0 | 0.43 | 0.13 |
| HSL | 145.45º | 0.71% | 0.54% | - |
| HSV(B) | 145.45º | 0.75% | 0.87% | - |
| XYZ | 31.25 | 54.06 | 28.53 | - |
| YUV | 160.84 | 108.34 | 53.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 221 | 126 | 0.75 | 0 | 0.43 | 0.13 | 145.45 | 0.71 | 0.54 |
| Hex | 38 | DD | 7E | 4B | 0 | 2B | D | 91 | 47 | 36 |
| Octal | 70 | 335 | 176 | 113 | 0 | 53 | 15 | 221 | 107 | 66 |
| Binary | 111000 | 11011101 | 1111110 | 1001011 | 0 | 101011 | 1101 | 10010001 | 1000111 | 110110 |
Color Harmonies of #38DD7E
Complementary color
Monochromatic Colors of #38DD7E
Black with #38DD7E
Text Example
Text Example
White with #38DD7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38DD7E; }
p { color: rgb(56,221,126); }
H1.HeaderClassName
{
color: #38DD7E;
}
.AnyTagClassName
{
color: #38DD7E;
}
</style>
background-color css
<style>
a { background-color: #38DD7E; }
a { background-color: rgb(56,221,126); }
div.DivClassName
{
background-color: #38DD7E;
}
.BgClassName
{
background-color: #38DD7E;
}
</style>
border-color css
<style>
span { border-color: #38DD7E; }
span { border-color: rgb(56,221,126); }
td.TdClassName
{
border-color: #38DD7E;
}
.TagClassName
{
border-color: #38DD7E;
}
</style>