Shades of Emerald #38DB7D
Tints of Emerald #38DB7D
RGB
CMYK
RGB Variations
Color information
#38DB7D (or 0x38DB7D) is known color: Emerald. HEX triplet: 38, DB and 7D. RGB value is (56,219,125). Sum of RGB (Red+Green+Blue) = 56+219+125=400 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14% from 400); Green value is 219 (85.94% from 255 or 54.75% from 400); Blue value is 125 (49.22% from 255 or 31.25% from 400); Max value from RGB is 219 - color contains mainly: green. Hex color #38DB7D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38DB7D is #C72482. Grayscale: #9F9F9F. Windows color (decimal): -13051011 or 8248120. OLE color: 8248120.
HSL color Cylindrical-coordinate representation of color #38DB7D: hue angle of 145.4º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #38DB7D is Cyan = 0.74, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 56 | 219 | 125 | - |
| CMYK | 0.74 | 0 | 0.43 | 0.14 |
| HSL | 145.4º | 0.69% | 0.54% | - |
| HSV(B) | 145.4º | 0.74% | 0.86% | - |
| XYZ | 30.66 | 52.98 | 28.01 | - |
| YUV | 159.55 | 108.5 | 54.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 219 | 125 | 0.74 | 0 | 0.43 | 0.14 | 145.4 | 0.69 | 0.54 |
| Hex | 38 | DB | 7D | 4A | 0 | 2B | E | 91 | 45 | 36 |
| Octal | 70 | 333 | 175 | 112 | 0 | 53 | 16 | 221 | 105 | 66 |
| Binary | 111000 | 11011011 | 1111101 | 1001010 | 0 | 101011 | 1110 | 10010001 | 1000101 | 110110 |
Color Harmonies of #38DB7D
Complementary color
Monochromatic Colors of #38DB7D
Black with #38DB7D
Text Example
Text Example
White with #38DB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38DB7D; }
p { color: rgb(56,219,125); }
H1.HeaderClassName
{
color: #38DB7D;
}
.AnyTagClassName
{
color: #38DB7D;
}
</style>
background-color css
<style>
a { background-color: #38DB7D; }
a { background-color: rgb(56,219,125); }
div.DivClassName
{
background-color: #38DB7D;
}
.BgClassName
{
background-color: #38DB7D;
}
</style>
border-color css
<style>
span { border-color: #38DB7D; }
span { border-color: rgb(56,219,125); }
td.TdClassName
{
border-color: #38DB7D;
}
.TagClassName
{
border-color: #38DB7D;
}
</style>