Shades of Emerald #38DD6D
Tints of Emerald #38DD6D
RGB
CMYK
RGB Variations
Color information
#38DD6D (or 0x38DD6D) is known color: Emerald. HEX triplet: 38, DD and 6D. RGB value is (56,221,109). Sum of RGB (Red+Green+Blue) = 56+221+109=386 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.51% from 386); Green value is 221 (86.72% from 255 or 57.25% from 386); Blue value is 109 (42.97% from 255 or 28.24% from 386); Max value from RGB is 221 - color contains mainly: green. Hex color #38DD6D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38DD6D is #C72292. Grayscale: #9F9F9F. Windows color (decimal): -13050515 or 7200056. OLE color: 7200056.
HSL color Cylindrical-coordinate representation of color #38DD6D: hue angle of 139.27º 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 #38DD6D is Cyan = 0.75, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 56 | 221 | 109 | - |
| CMYK | 0.75 | 0 | 0.51 | 0.13 |
| HSL | 139.27º | 0.71% | 0.54% | - |
| HSV(B) | 139.27º | 0.75% | 0.87% | - |
| XYZ | 30.25 | 53.66 | 23.23 | - |
| YUV | 158.9 | 99.84 | 54.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 221 | 109 | 0.75 | 0 | 0.51 | 0.13 | 139.27 | 0.71 | 0.54 |
| Hex | 38 | DD | 6D | 4B | 0 | 33 | D | 8B | 47 | 36 |
| Octal | 70 | 335 | 155 | 113 | 0 | 63 | 15 | 213 | 107 | 66 |
| Binary | 111000 | 11011101 | 1101101 | 1001011 | 0 | 110011 | 1101 | 10001011 | 1000111 | 110110 |
Color Harmonies of #38DD6D
Complementary color
Monochromatic Colors of #38DD6D
Black with #38DD6D
Text Example
Text Example
White with #38DD6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38DD6D; }
p { color: rgb(56,221,109); }
H1.HeaderClassName
{
color: #38DD6D;
}
.AnyTagClassName
{
color: #38DD6D;
}
</style>
background-color css
<style>
a { background-color: #38DD6D; }
a { background-color: rgb(56,221,109); }
div.DivClassName
{
background-color: #38DD6D;
}
.BgClassName
{
background-color: #38DD6D;
}
</style>
border-color css
<style>
span { border-color: #38DD6D; }
span { border-color: rgb(56,221,109); }
td.TdClassName
{
border-color: #38DD6D;
}
.TagClassName
{
border-color: #38DD6D;
}
</style>