Shades of Emerald #38E27D
Tints of Emerald #38E27D
RGB
CMYK
RGB Variations
Color information
#38E27D (or 0x38E27D) is known color: Emerald. HEX triplet: 38, E2 and 7D. RGB value is (56,226,125). Sum of RGB (Red+Green+Blue) = 56+226+125=407 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.76% from 407); Green value is 226 (88.67% from 255 or 55.53% from 407); Blue value is 125 (49.22% from 255 or 30.71% from 407); Max value from RGB is 226 - color contains mainly: green. Hex color #38E27D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38E27D is #C71D82. Grayscale: #A3A3A3. Windows color (decimal): -13049219 or 8249912. OLE color: 8249912.
HSL color Cylindrical-coordinate representation of color #38E27D: hue angle of 144.35º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38E27D is Cyan = 0.75, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 56 | 226 | 125 | - |
| CMYK | 0.75 | 0 | 0.45 | 0.11 |
| HSL | 144.35º | 0.75% | 0.55% | - |
| HSV(B) | 144.35º | 0.75% | 0.89% | - |
| XYZ | 32.53 | 56.71 | 28.63 | - |
| YUV | 163.66 | 106.18 | 51.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 226 | 125 | 0.75 | 0 | 0.45 | 0.11 | 144.35 | 0.75 | 0.55 |
| Hex | 38 | E2 | 7D | 4B | 0 | 2D | B | 90 | 4B | 37 |
| Octal | 70 | 342 | 175 | 113 | 0 | 55 | 13 | 220 | 113 | 67 |
| Binary | 111000 | 11100010 | 1111101 | 1001011 | 0 | 101101 | 1011 | 10010000 | 1001011 | 110111 |
Color Harmonies of #38E27D
Complementary color
Monochromatic Colors of #38E27D
Black with #38E27D
Text Example
Text Example
White with #38E27D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38E27D; }
p { color: rgb(56,226,125); }
H1.HeaderClassName
{
color: #38E27D;
}
.AnyTagClassName
{
color: #38E27D;
}
</style>
background-color css
<style>
a { background-color: #38E27D; }
a { background-color: rgb(56,226,125); }
div.DivClassName
{
background-color: #38E27D;
}
.BgClassName
{
background-color: #38E27D;
}
</style>
border-color css
<style>
span { border-color: #38E27D; }
span { border-color: rgb(56,226,125); }
td.TdClassName
{
border-color: #38E27D;
}
.TagClassName
{
border-color: #38E27D;
}
</style>