Shades of Emerald #38E06D
Tints of Emerald #38E06D
RGB
CMYK
RGB Variations
Color information
#38E06D (or 0x38E06D) is known color: Emerald. HEX triplet: 38, E0 and 6D. RGB value is (56,224,109). Sum of RGB (Red+Green+Blue) = 56+224+109=389 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.40% from 389); Green value is 224 (87.89% from 255 or 57.58% from 389); Blue value is 109 (42.97% from 255 or 28.02% from 389); Max value from RGB is 224 - color contains mainly: green. Hex color #38E06D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38E06D is #C71F92. Grayscale: #A0A0A0. Windows color (decimal): -13049747 or 7200824. OLE color: 7200824.
HSL color Cylindrical-coordinate representation of color #38E06D: hue angle of 138.93º 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 #38E06D is Cyan = 0.75, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 56 | 224 | 109 | - |
| CMYK | 0.75 | 0 | 0.51 | 0.12 |
| HSL | 138.93º | 0.73% | 0.55% | - |
| HSV(B) | 138.93º | 0.75% | 0.88% | - |
| XYZ | 31.05 | 55.26 | 23.5 | - |
| YUV | 160.66 | 98.84 | 53.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 224 | 109 | 0.75 | 0 | 0.51 | 0.12 | 138.93 | 0.73 | 0.55 |
| Hex | 38 | E0 | 6D | 4B | 0 | 33 | C | 8B | 49 | 37 |
| Octal | 70 | 340 | 155 | 113 | 0 | 63 | 14 | 213 | 111 | 67 |
| Binary | 111000 | 11100000 | 1101101 | 1001011 | 0 | 110011 | 1100 | 10001011 | 1001001 | 110111 |
Color Harmonies of #38E06D
Complementary color
Monochromatic Colors of #38E06D
Black with #38E06D
Text Example
Text Example
White with #38E06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38E06D; }
p { color: rgb(56,224,109); }
H1.HeaderClassName
{
color: #38E06D;
}
.AnyTagClassName
{
color: #38E06D;
}
</style>
background-color css
<style>
a { background-color: #38E06D; }
a { background-color: rgb(56,224,109); }
div.DivClassName
{
background-color: #38E06D;
}
.BgClassName
{
background-color: #38E06D;
}
</style>
border-color css
<style>
span { border-color: #38E06D; }
span { border-color: rgb(56,224,109); }
td.TdClassName
{
border-color: #38E06D;
}
.TagClassName
{
border-color: #38E06D;
}
</style>