Shades of Emerald #38DF7D
Tints of Emerald #38DF7D
RGB
CMYK
RGB Variations
Color information
#38DF7D (or 0x38DF7D) is known color: Emerald. HEX triplet: 38, DF and 7D. RGB value is (56,223,125). Sum of RGB (Red+Green+Blue) = 56+223+125=404 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.86% from 404); Green value is 223 (87.5% from 255 or 55.20% from 404); Blue value is 125 (49.22% from 255 or 30.94% from 404); Max value from RGB is 223 - color contains mainly: green. Hex color #38DF7D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38DF7D is #C72082. Grayscale: #A2A2A2. Windows color (decimal): -13049987 or 8249144. OLE color: 8249144.
HSL color Cylindrical-coordinate representation of color #38DF7D: hue angle of 144.79º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38DF7D is Cyan = 0.75, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 56 | 223 | 125 | - |
| CMYK | 0.75 | 0 | 0.44 | 0.13 |
| HSL | 144.79º | 0.72% | 0.55% | - |
| HSV(B) | 144.79º | 0.75% | 0.87% | - |
| XYZ | 31.72 | 55.1 | 28.36 | - |
| YUV | 161.9 | 107.17 | 52.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 223 | 125 | 0.75 | 0 | 0.44 | 0.13 | 144.79 | 0.72 | 0.55 |
| Hex | 38 | DF | 7D | 4B | 0 | 2C | D | 91 | 48 | 37 |
| Octal | 70 | 337 | 175 | 113 | 0 | 54 | 15 | 221 | 110 | 67 |
| Binary | 111000 | 11011111 | 1111101 | 1001011 | 0 | 101100 | 1101 | 10010001 | 1001000 | 110111 |
Color Harmonies of #38DF7D
Complementary color
Monochromatic Colors of #38DF7D
Black with #38DF7D
Text Example
Text Example
White with #38DF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38DF7D; }
p { color: rgb(56,223,125); }
H1.HeaderClassName
{
color: #38DF7D;
}
.AnyTagClassName
{
color: #38DF7D;
}
</style>
background-color css
<style>
a { background-color: #38DF7D; }
a { background-color: rgb(56,223,125); }
div.DivClassName
{
background-color: #38DF7D;
}
.BgClassName
{
background-color: #38DF7D;
}
</style>
border-color css
<style>
span { border-color: #38DF7D; }
span { border-color: rgb(56,223,125); }
td.TdClassName
{
border-color: #38DF7D;
}
.TagClassName
{
border-color: #38DF7D;
}
</style>