Shades of Emerald #38D36F
Tints of Emerald #38D36F
RGB
CMYK
RGB Variations
Color information
#38D36F (or 0x38D36F) is known color: Emerald. HEX triplet: 38, D3 and 6F. RGB value is (56,211,111). Sum of RGB (Red+Green+Blue) = 56+211+111=378 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.81% from 378); Green value is 211 (82.81% from 255 or 55.82% from 378); Blue value is 111 (43.75% from 255 or 29.37% from 378); Max value from RGB is 211 - color contains mainly: green. Hex color #38D36F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38D36F is #C72C90. Grayscale: #999999. Windows color (decimal): -13053073 or 7328568. OLE color: 7328568.
HSL color Cylindrical-coordinate representation of color #38D36F: hue angle of 141.29º 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 #38D36F is Cyan = 0.73, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 56 | 211 | 111 | - |
| CMYK | 0.73 | 0 | 0.47 | 0.17 |
| HSL | 141.29º | 0.64% | 0.52% | - |
| HSV(B) | 141.29º | 0.73% | 0.83% | - |
| XYZ | 27.79 | 48.58 | 22.95 | - |
| YUV | 153.26 | 104.15 | 58.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 211 | 111 | 0.73 | 0 | 0.47 | 0.17 | 141.29 | 0.64 | 0.52 |
| Hex | 38 | D3 | 6F | 49 | 0 | 2F | 11 | 8D | 40 | 34 |
| Octal | 70 | 323 | 157 | 111 | 0 | 57 | 21 | 215 | 100 | 64 |
| Binary | 111000 | 11010011 | 1101111 | 1001001 | 0 | 101111 | 10001 | 10001101 | 1000000 | 110100 |
Color Harmonies of #38D36F
Complementary color
Monochromatic Colors of #38D36F
Black with #38D36F
Text Example
Text Example
White with #38D36F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38D36F; }
p { color: rgb(56,211,111); }
H1.HeaderClassName
{
color: #38D36F;
}
.AnyTagClassName
{
color: #38D36F;
}
</style>
background-color css
<style>
a { background-color: #38D36F; }
a { background-color: rgb(56,211,111); }
div.DivClassName
{
background-color: #38D36F;
}
.BgClassName
{
background-color: #38D36F;
}
</style>
border-color css
<style>
span { border-color: #38D36F; }
span { border-color: rgb(56,211,111); }
td.TdClassName
{
border-color: #38D36F;
}
.TagClassName
{
border-color: #38D36F;
}
</style>