Shades of Emerald #38E27A
Tints of Emerald #38E27A
RGB
CMYK
RGB Variations
Color information
#38E27A (or 0x38E27A) is known color: Emerald. HEX triplet: 38, E2 and 7A. RGB value is (56,226,122). Sum of RGB (Red+Green+Blue) = 56+226+122=404 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.86% from 404); Green value is 226 (88.67% from 255 or 55.94% from 404); Blue value is 122 (48.05% from 255 or 30.20% from 404); Max value from RGB is 226 - color contains mainly: green. Hex color #38E27A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38E27A is #C71D85. Grayscale: #A3A3A3. Windows color (decimal): -13049222 or 8053304. OLE color: 8053304.
HSL color Cylindrical-coordinate representation of color #38E27A: hue angle of 143.29º 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 #38E27A is Cyan = 0.75, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 56 | 226 | 122 | - |
| CMYK | 0.75 | 0 | 0.46 | 0.11 |
| HSL | 143.29º | 0.75% | 0.55% | - |
| HSV(B) | 143.29º | 0.75% | 0.89% | - |
| XYZ | 32.34 | 56.64 | 27.64 | - |
| YUV | 163.31 | 104.68 | 51.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 226 | 122 | 0.75 | 0 | 0.46 | 0.11 | 143.29 | 0.75 | 0.55 |
| Hex | 38 | E2 | 7A | 4B | 0 | 2E | B | 8F | 4B | 37 |
| Octal | 70 | 342 | 172 | 113 | 0 | 56 | 13 | 217 | 113 | 67 |
| Binary | 111000 | 11100010 | 1111010 | 1001011 | 0 | 101110 | 1011 | 10001111 | 1001011 | 110111 |
Color Harmonies of #38E27A
Complementary color
Monochromatic Colors of #38E27A
Black with #38E27A
Text Example
Text Example
White with #38E27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38E27A; }
p { color: rgb(56,226,122); }
H1.HeaderClassName
{
color: #38E27A;
}
.AnyTagClassName
{
color: #38E27A;
}
</style>
background-color css
<style>
a { background-color: #38E27A; }
a { background-color: rgb(56,226,122); }
div.DivClassName
{
background-color: #38E27A;
}
.BgClassName
{
background-color: #38E27A;
}
</style>
border-color css
<style>
span { border-color: #38E27A; }
span { border-color: rgb(56,226,122); }
td.TdClassName
{
border-color: #38E27A;
}
.TagClassName
{
border-color: #38E27A;
}
</style>