Shades of Emerald #38E07D
Tints of Emerald #38E07D
RGB
CMYK
RGB Variations
Color information
#38E07D (or 0x38E07D) is known color: Emerald. HEX triplet: 38, E0 and 7D. RGB value is (56,224,125). Sum of RGB (Red+Green+Blue) = 56+224+125=405 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.83% from 405); Green value is 224 (87.89% from 255 or 55.31% from 405); Blue value is 125 (49.22% from 255 or 30.86% from 405); Max value from RGB is 224 - color contains mainly: green. Hex color #38E07D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38E07D is #C71F82. Grayscale: #A2A2A2. Windows color (decimal): -13049731 or 8249400. OLE color: 8249400.
HSL color Cylindrical-coordinate representation of color #38E07D: hue angle of 144.64º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38E07D is Cyan = 0.75, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 56 | 224 | 125 | - |
| CMYK | 0.75 | 0 | 0.44 | 0.12 |
| HSL | 144.64º | 0.73% | 0.55% | - |
| HSV(B) | 144.64º | 0.75% | 0.88% | - |
| XYZ | 31.99 | 55.63 | 28.45 | - |
| YUV | 162.48 | 106.84 | 52.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 224 | 125 | 0.75 | 0 | 0.44 | 0.12 | 144.64 | 0.73 | 0.55 |
| Hex | 38 | E0 | 7D | 4B | 0 | 2C | C | 91 | 49 | 37 |
| Octal | 70 | 340 | 175 | 113 | 0 | 54 | 14 | 221 | 111 | 67 |
| Binary | 111000 | 11100000 | 1111101 | 1001011 | 0 | 101100 | 1100 | 10010001 | 1001001 | 110111 |
Color Harmonies of #38E07D
Complementary color
Monochromatic Colors of #38E07D
Black with #38E07D
Text Example
Text Example
White with #38E07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38E07D; }
p { color: rgb(56,224,125); }
H1.HeaderClassName
{
color: #38E07D;
}
.AnyTagClassName
{
color: #38E07D;
}
</style>
background-color css
<style>
a { background-color: #38E07D; }
a { background-color: rgb(56,224,125); }
div.DivClassName
{
background-color: #38E07D;
}
.BgClassName
{
background-color: #38E07D;
}
</style>
border-color css
<style>
span { border-color: #38E07D; }
span { border-color: rgb(56,224,125); }
td.TdClassName
{
border-color: #38E07D;
}
.TagClassName
{
border-color: #38E07D;
}
</style>