Shades of Emerald #38D375
Tints of Emerald #38D375
RGB
CMYK
RGB Variations
Color information
#38D375 (or 0x38D375) is known color: Emerald. HEX triplet: 38, D3 and 75. RGB value is (56,211,117). Sum of RGB (Red+Green+Blue) = 56+211+117=384 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.58% from 384); Green value is 211 (82.81% from 255 or 54.95% from 384); Blue value is 117 (46.09% from 255 or 30.47% from 384); Max value from RGB is 211 - color contains mainly: green. Hex color #38D375 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38D375 is #C72C8A. Grayscale: #9A9A9A. Windows color (decimal): -13053067 or 7721784. OLE color: 7721784.
HSL color Cylindrical-coordinate representation of color #38D375: hue angle of 143.61º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #38D375 is Cyan = 0.73, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 56 | 211 | 117 | - |
| CMYK | 0.73 | 0 | 0.45 | 0.17 |
| HSL | 143.61º | 0.64% | 0.52% | - |
| HSV(B) | 143.61º | 0.73% | 0.83% | - |
| XYZ | 28.14 | 48.71 | 24.75 | - |
| YUV | 153.94 | 107.15 | 58.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 211 | 117 | 0.73 | 0 | 0.45 | 0.17 | 143.61 | 0.64 | 0.52 |
| Hex | 38 | D3 | 75 | 49 | 0 | 2D | 11 | 90 | 40 | 34 |
| Octal | 70 | 323 | 165 | 111 | 0 | 55 | 21 | 220 | 100 | 64 |
| Binary | 111000 | 11010011 | 1110101 | 1001001 | 0 | 101101 | 10001 | 10010000 | 1000000 | 110100 |
Color Harmonies of #38D375
Complementary color
Monochromatic Colors of #38D375
Black with #38D375
Text Example
Text Example
White with #38D375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38D375; }
p { color: rgb(56,211,117); }
H1.HeaderClassName
{
color: #38D375;
}
.AnyTagClassName
{
color: #38D375;
}
</style>
background-color css
<style>
a { background-color: #38D375; }
a { background-color: rgb(56,211,117); }
div.DivClassName
{
background-color: #38D375;
}
.BgClassName
{
background-color: #38D375;
}
</style>
border-color css
<style>
span { border-color: #38D375; }
span { border-color: rgb(56,211,117); }
td.TdClassName
{
border-color: #38D375;
}
.TagClassName
{
border-color: #38D375;
}
</style>