Shades of Emerald #38D973
Tints of Emerald #38D973
RGB
CMYK
RGB Variations
Color information
#38D973 (or 0x38D973) is known color: Emerald. HEX triplet: 38, D9 and 73. RGB value is (56,217,115). Sum of RGB (Red+Green+Blue) = 56+217+115=388 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.43% from 388); Green value is 217 (85.16% from 255 or 55.93% from 388); Blue value is 115 (45.31% from 255 or 29.64% from 388); Max value from RGB is 217 - color contains mainly: green. Hex color #38D973 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38D973 is #C7268C. Grayscale: #9D9D9D. Windows color (decimal): -13051533 or 7592248. OLE color: 7592248.
HSL color Cylindrical-coordinate representation of color #38D973: hue angle of 141.99º degrees, saturation: 0.68, 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 #38D973 is Cyan = 0.74, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 56 | 217 | 115 | - |
| CMYK | 0.74 | 0 | 0.47 | 0.15 |
| HSL | 141.99º | 0.68% | 0.54% | - |
| HSV(B) | 141.99º | 0.74% | 0.85% | - |
| XYZ | 29.54 | 51.7 | 24.64 | - |
| YUV | 157.23 | 104.16 | 55.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 217 | 115 | 0.74 | 0 | 0.47 | 0.15 | 141.99 | 0.68 | 0.54 |
| Hex | 38 | D9 | 73 | 4A | 0 | 2F | F | 8E | 44 | 36 |
| Octal | 70 | 331 | 163 | 112 | 0 | 57 | 17 | 216 | 104 | 66 |
| Binary | 111000 | 11011001 | 1110011 | 1001010 | 0 | 101111 | 1111 | 10001110 | 1000100 | 110110 |
Color Harmonies of #38D973
Complementary color
Monochromatic Colors of #38D973
Black with #38D973
Text Example
Text Example
White with #38D973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38D973; }
p { color: rgb(56,217,115); }
H1.HeaderClassName
{
color: #38D973;
}
.AnyTagClassName
{
color: #38D973;
}
</style>
background-color css
<style>
a { background-color: #38D973; }
a { background-color: rgb(56,217,115); }
div.DivClassName
{
background-color: #38D973;
}
.BgClassName
{
background-color: #38D973;
}
</style>
border-color css
<style>
span { border-color: #38D973; }
span { border-color: rgb(56,217,115); }
td.TdClassName
{
border-color: #38D973;
}
.TagClassName
{
border-color: #38D973;
}
</style>