Shades of Emerald #38DD7B
Tints of Emerald #38DD7B
RGB
CMYK
RGB Variations
Color information
#38DD7B (or 0x38DD7B) is known color: Emerald. HEX triplet: 38, DD and 7B. RGB value is (56,221,123). Sum of RGB (Red+Green+Blue) = 56+221+123=400 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14% from 400); Green value is 221 (86.72% from 255 or 55.25% from 400); Blue value is 123 (48.44% from 255 or 30.75% from 400); Max value from RGB is 221 - color contains mainly: green. Hex color #38DD7B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38DD7B is #C72284. Grayscale: #A0A0A0. Windows color (decimal): -13050501 or 8117560. OLE color: 8117560.
HSL color Cylindrical-coordinate representation of color #38DD7B: hue angle of 144.36º 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 #38DD7B is Cyan = 0.75, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 56 | 221 | 123 | - |
| CMYK | 0.75 | 0 | 0.44 | 0.13 |
| HSL | 144.36º | 0.71% | 0.54% | - |
| HSV(B) | 144.36º | 0.75% | 0.87% | - |
| XYZ | 31.06 | 53.98 | 27.52 | - |
| YUV | 160.49 | 106.84 | 53.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 221 | 123 | 0.75 | 0 | 0.44 | 0.13 | 144.36 | 0.71 | 0.54 |
| Hex | 38 | DD | 7B | 4B | 0 | 2C | D | 90 | 47 | 36 |
| Octal | 70 | 335 | 173 | 113 | 0 | 54 | 15 | 220 | 107 | 66 |
| Binary | 111000 | 11011101 | 1111011 | 1001011 | 0 | 101100 | 1101 | 10010000 | 1000111 | 110110 |
Color Harmonies of #38DD7B
Complementary color
Monochromatic Colors of #38DD7B
Black with #38DD7B
Text Example
Text Example
White with #38DD7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38DD7B; }
p { color: rgb(56,221,123); }
H1.HeaderClassName
{
color: #38DD7B;
}
.AnyTagClassName
{
color: #38DD7B;
}
</style>
background-color css
<style>
a { background-color: #38DD7B; }
a { background-color: rgb(56,221,123); }
div.DivClassName
{
background-color: #38DD7B;
}
.BgClassName
{
background-color: #38DD7B;
}
</style>
border-color css
<style>
span { border-color: #38DD7B; }
span { border-color: rgb(56,221,123); }
td.TdClassName
{
border-color: #38DD7B;
}
.TagClassName
{
border-color: #38DD7B;
}
</style>