Shades of Emerald #38DA74
Tints of Emerald #38DA74
RGB
CMYK
RGB Variations
Color information
#38DA74 (or 0x38DA74) is known color: Emerald. HEX triplet: 38, DA and 74. RGB value is (56,218,116). Sum of RGB (Red+Green+Blue) = 56+218+116=390 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.36% from 390); Green value is 218 (85.55% from 255 or 55.90% from 390); Blue value is 116 (45.70% from 255 or 29.74% from 390); Max value from RGB is 218 - color contains mainly: green. Hex color #38DA74 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38DA74 is #C7258B. Grayscale: #9E9E9E. Windows color (decimal): -13051276 or 7658040. OLE color: 7658040.
HSL color Cylindrical-coordinate representation of color #38DA74: hue angle of 142.22º 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 #38DA74 is Cyan = 0.74, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 56 | 218 | 116 | - |
| CMYK | 0.74 | 0 | 0.47 | 0.15 |
| HSL | 142.22º | 0.69% | 0.54% | - |
| HSV(B) | 142.22º | 0.74% | 0.85% | - |
| XYZ | 29.85 | 52.24 | 25.03 | - |
| YUV | 157.93 | 104.33 | 55.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 218 | 116 | 0.74 | 0 | 0.47 | 0.15 | 142.22 | 0.69 | 0.54 |
| Hex | 38 | DA | 74 | 4A | 0 | 2F | F | 8E | 45 | 36 |
| Octal | 70 | 332 | 164 | 112 | 0 | 57 | 17 | 216 | 105 | 66 |
| Binary | 111000 | 11011010 | 1110100 | 1001010 | 0 | 101111 | 1111 | 10001110 | 1000101 | 110110 |
Color Harmonies of #38DA74
Complementary color
Monochromatic Colors of #38DA74
Black with #38DA74
Text Example
Text Example
White with #38DA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38DA74; }
p { color: rgb(56,218,116); }
H1.HeaderClassName
{
color: #38DA74;
}
.AnyTagClassName
{
color: #38DA74;
}
</style>
background-color css
<style>
a { background-color: #38DA74; }
a { background-color: rgb(56,218,116); }
div.DivClassName
{
background-color: #38DA74;
}
.BgClassName
{
background-color: #38DA74;
}
</style>
border-color css
<style>
span { border-color: #38DA74; }
span { border-color: rgb(56,218,116); }
td.TdClassName
{
border-color: #38DA74;
}
.TagClassName
{
border-color: #38DA74;
}
</style>