Shades of Emerald #38DD7D
Tints of Emerald #38DD7D
RGB
CMYK
RGB Variations
Color information
#38DD7D (or 0x38DD7D) is known color: Emerald. HEX triplet: 38, DD and 7D. RGB value is (56,221,125). Sum of RGB (Red+Green+Blue) = 56+221+125=402 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.93% from 402); Green value is 221 (86.72% from 255 or 54.98% from 402); Blue value is 125 (49.22% from 255 or 31.09% from 402); Max value from RGB is 221 - color contains mainly: green. Hex color #38DD7D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38DD7D is #C72282. Grayscale: #A0A0A0. Windows color (decimal): -13050499 or 8248632. OLE color: 8248632.
HSL color Cylindrical-coordinate representation of color #38DD7D: hue angle of 145.09º 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 #38DD7D is Cyan = 0.75, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 56 | 221 | 125 | - |
| CMYK | 0.75 | 0 | 0.43 | 0.13 |
| HSL | 145.09º | 0.71% | 0.54% | - |
| HSV(B) | 145.09º | 0.75% | 0.87% | - |
| XYZ | 31.19 | 54.03 | 28.19 | - |
| YUV | 160.72 | 107.84 | 53.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 221 | 125 | 0.75 | 0 | 0.43 | 0.13 | 145.09 | 0.71 | 0.54 |
| Hex | 38 | DD | 7D | 4B | 0 | 2B | D | 91 | 47 | 36 |
| Octal | 70 | 335 | 175 | 113 | 0 | 53 | 15 | 221 | 107 | 66 |
| Binary | 111000 | 11011101 | 1111101 | 1001011 | 0 | 101011 | 1101 | 10010001 | 1000111 | 110110 |
Color Harmonies of #38DD7D
Complementary color
Monochromatic Colors of #38DD7D
Black with #38DD7D
Text Example
Text Example
White with #38DD7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38DD7D; }
p { color: rgb(56,221,125); }
H1.HeaderClassName
{
color: #38DD7D;
}
.AnyTagClassName
{
color: #38DD7D;
}
</style>
background-color css
<style>
a { background-color: #38DD7D; }
a { background-color: rgb(56,221,125); }
div.DivClassName
{
background-color: #38DD7D;
}
.BgClassName
{
background-color: #38DD7D;
}
</style>
border-color css
<style>
span { border-color: #38DD7D; }
span { border-color: rgb(56,221,125); }
td.TdClassName
{
border-color: #38DD7D;
}
.TagClassName
{
border-color: #38DD7D;
}
</style>