Shades of Emerald #38D77E
Tints of Emerald #38D77E
RGB
CMYK
RGB Variations
Color information
#38D77E (or 0x38D77E) is known color: Emerald. HEX triplet: 38, D7 and 7E. RGB value is (56,215,126). Sum of RGB (Red+Green+Blue) = 56+215+126=397 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.11% from 397); Green value is 215 (84.38% from 255 or 54.16% from 397); Blue value is 126 (49.61% from 255 or 31.74% from 397); Max value from RGB is 215 - color contains mainly: green. Hex color #38D77E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38D77E is #C72881. Grayscale: #9D9D9D. Windows color (decimal): -13052034 or 8312632. OLE color: 8312632.
HSL color Cylindrical-coordinate representation of color #38D77E: hue angle of 146.42º 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 #38D77E is Cyan = 0.74, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 56 | 215 | 126 | - |
| CMYK | 0.74 | 0 | 0.41 | 0.16 |
| HSL | 146.42º | 0.67% | 0.53% | - |
| HSV(B) | 146.42º | 0.74% | 0.84% | - |
| XYZ | 29.7 | 50.95 | 28.01 | - |
| YUV | 157.31 | 110.32 | 55.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 215 | 126 | 0.74 | 0 | 0.41 | 0.16 | 146.42 | 0.67 | 0.53 |
| Hex | 38 | D7 | 7E | 4A | 0 | 29 | 10 | 92 | 43 | 35 |
| Octal | 70 | 327 | 176 | 112 | 0 | 51 | 20 | 222 | 103 | 65 |
| Binary | 111000 | 11010111 | 1111110 | 1001010 | 0 | 101001 | 10000 | 10010010 | 1000011 | 110101 |
Color Harmonies of #38D77E
Complementary color
Monochromatic Colors of #38D77E
Black with #38D77E
Text Example
Text Example
White with #38D77E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38D77E; }
p { color: rgb(56,215,126); }
H1.HeaderClassName
{
color: #38D77E;
}
.AnyTagClassName
{
color: #38D77E;
}
</style>
background-color css
<style>
a { background-color: #38D77E; }
a { background-color: rgb(56,215,126); }
div.DivClassName
{
background-color: #38D77E;
}
.BgClassName
{
background-color: #38D77E;
}
</style>
border-color css
<style>
span { border-color: #38D77E; }
span { border-color: rgb(56,215,126); }
td.TdClassName
{
border-color: #38D77E;
}
.TagClassName
{
border-color: #38D77E;
}
</style>