Shades of Emerald #38D76A
Tints of Emerald #38D76A
RGB
CMYK
RGB Variations
Color information
#38D76A (or 0x38D76A) is known color: Emerald. HEX triplet: 38, D7 and 6A. RGB value is (56,215,106). Sum of RGB (Red+Green+Blue) = 56+215+106=377 (49% of max value = 765). Red value is 56 (22.27% from 255 or 14.85% from 377); Green value is 215 (84.38% from 255 or 57.03% from 377); Blue value is 106 (41.80% from 255 or 28.12% from 377); Max value from RGB is 215 - color contains mainly: green. Hex color #38D76A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38D76A is #C72895. Grayscale: #9B9B9B. Windows color (decimal): -13052054 or 7001912. OLE color: 7001912.
HSL color Cylindrical-coordinate representation of color #38D76A: hue angle of 138.87º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #38D76A is Cyan = 0.74, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 56 | 215 | 106 | - |
| CMYK | 0.74 | 0 | 0.51 | 0.16 |
| HSL | 138.87º | 0.67% | 0.53% | - |
| HSV(B) | 138.87º | 0.74% | 0.84% | - |
| XYZ | 28.53 | 50.48 | 21.88 | - |
| YUV | 155.03 | 100.32 | 57.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 215 | 106 | 0.74 | 0 | 0.51 | 0.16 | 138.87 | 0.67 | 0.53 |
| Hex | 38 | D7 | 6A | 4A | 0 | 33 | 10 | 8B | 43 | 35 |
| Octal | 70 | 327 | 152 | 112 | 0 | 63 | 20 | 213 | 103 | 65 |
| Binary | 111000 | 11010111 | 1101010 | 1001010 | 0 | 110011 | 10000 | 10001011 | 1000011 | 110101 |
Color Harmonies of #38D76A
Complementary color
Monochromatic Colors of #38D76A
Black with #38D76A
Text Example
Text Example
White with #38D76A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38D76A; }
p { color: rgb(56,215,106); }
H1.HeaderClassName
{
color: #38D76A;
}
.AnyTagClassName
{
color: #38D76A;
}
</style>
background-color css
<style>
a { background-color: #38D76A; }
a { background-color: rgb(56,215,106); }
div.DivClassName
{
background-color: #38D76A;
}
.BgClassName
{
background-color: #38D76A;
}
</style>
border-color css
<style>
span { border-color: #38D76A; }
span { border-color: rgb(56,215,106); }
td.TdClassName
{
border-color: #38D76A;
}
.TagClassName
{
border-color: #38D76A;
}
</style>