Shades of Emerald #38DA7E
Tints of Emerald #38DA7E
RGB
CMYK
RGB Variations
Color information
#38DA7E (or 0x38DA7E) is known color: Emerald. HEX triplet: 38, DA and 7E. RGB value is (56,218,126). Sum of RGB (Red+Green+Blue) = 56+218+126=400 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14% from 400); Green value is 218 (85.55% from 255 or 54.5% from 400); Blue value is 126 (49.61% from 255 or 31.5% from 400); Max value from RGB is 218 - color contains mainly: green. Hex color #38DA7E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38DA7E is #C72581. Grayscale: #9F9F9F. Windows color (decimal): -13051266 or 8313400. OLE color: 8313400.
HSL color Cylindrical-coordinate representation of color #38DA7E: hue angle of 145.93º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #38DA7E is Cyan = 0.74, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 56 | 218 | 126 | - |
| CMYK | 0.74 | 0 | 0.42 | 0.15 |
| HSL | 145.93º | 0.69% | 0.54% | - |
| HSV(B) | 145.93º | 0.74% | 0.85% | - |
| XYZ | 30.47 | 52.49 | 28.26 | - |
| YUV | 159.07 | 109.33 | 54.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 218 | 126 | 0.74 | 0 | 0.42 | 0.15 | 145.93 | 0.69 | 0.54 |
| Hex | 38 | DA | 7E | 4A | 0 | 2A | F | 92 | 45 | 36 |
| Octal | 70 | 332 | 176 | 112 | 0 | 52 | 17 | 222 | 105 | 66 |
| Binary | 111000 | 11011010 | 1111110 | 1001010 | 0 | 101010 | 1111 | 10010010 | 1000101 | 110110 |
Color Harmonies of #38DA7E
Complementary color
Monochromatic Colors of #38DA7E
Black with #38DA7E
Text Example
Text Example
White with #38DA7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38DA7E; }
p { color: rgb(56,218,126); }
H1.HeaderClassName
{
color: #38DA7E;
}
.AnyTagClassName
{
color: #38DA7E;
}
</style>
background-color css
<style>
a { background-color: #38DA7E; }
a { background-color: rgb(56,218,126); }
div.DivClassName
{
background-color: #38DA7E;
}
.BgClassName
{
background-color: #38DA7E;
}
</style>
border-color css
<style>
span { border-color: #38DA7E; }
span { border-color: rgb(56,218,126); }
td.TdClassName
{
border-color: #38DA7E;
}
.TagClassName
{
border-color: #38DA7E;
}
</style>