Shades of Emerald #38D96C
Tints of Emerald #38D96C
RGB
CMYK
RGB Variations
Color information
#38D96C (or 0x38D96C) is known color: Emerald. HEX triplet: 38, D9 and 6C. RGB value is (56,217,108). Sum of RGB (Red+Green+Blue) = 56+217+108=381 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.70% from 381); Green value is 217 (85.16% from 255 or 56.96% from 381); Blue value is 108 (42.58% from 255 or 28.35% from 381); Max value from RGB is 217 - color contains mainly: green. Hex color #38D96C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38D96C is #C72693. Grayscale: #9C9C9C. Windows color (decimal): -13051540 or 7133496. OLE color: 7133496.
HSL color Cylindrical-coordinate representation of color #38D96C: hue angle of 139.38º 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 #38D96C is Cyan = 0.74, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 56 | 217 | 108 | - |
| CMYK | 0.74 | 0 | 0.50 | 0.15 |
| HSL | 139.38º | 0.68% | 0.54% | - |
| HSV(B) | 139.38º | 0.74% | 0.85% | - |
| XYZ | 29.15 | 51.55 | 22.6 | - |
| YUV | 156.44 | 100.66 | 56.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 217 | 108 | 0.74 | 0 | 0.50 | 0.15 | 139.38 | 0.68 | 0.54 |
| Hex | 38 | D9 | 6C | 4A | 0 | 32 | F | 8B | 44 | 36 |
| Octal | 70 | 331 | 154 | 112 | 0 | 62 | 17 | 213 | 104 | 66 |
| Binary | 111000 | 11011001 | 1101100 | 1001010 | 0 | 110010 | 1111 | 10001011 | 1000100 | 110110 |
Color Harmonies of #38D96C
Complementary color
Monochromatic Colors of #38D96C
Black with #38D96C
Text Example
Text Example
White with #38D96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38D96C; }
p { color: rgb(56,217,108); }
H1.HeaderClassName
{
color: #38D96C;
}
.AnyTagClassName
{
color: #38D96C;
}
</style>
background-color css
<style>
a { background-color: #38D96C; }
a { background-color: rgb(56,217,108); }
div.DivClassName
{
background-color: #38D96C;
}
.BgClassName
{
background-color: #38D96C;
}
</style>
border-color css
<style>
span { border-color: #38D96C; }
span { border-color: rgb(56,217,108); }
td.TdClassName
{
border-color: #38D96C;
}
.TagClassName
{
border-color: #38D96C;
}
</style>