Shades of Emerald #38DC6C
Tints of Emerald #38DC6C
RGB
CMYK
RGB Variations
Color information
#38DC6C (or 0x38DC6C) is known color: Emerald. HEX triplet: 38, DC and 6C. RGB value is (56,220,108). Sum of RGB (Red+Green+Blue) = 56+220+108=384 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.58% from 384); Green value is 220 (86.33% from 255 or 57.29% from 384); Blue value is 108 (42.58% from 255 or 28.12% from 384); Max value from RGB is 220 - color contains mainly: green. Hex color #38DC6C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38DC6C is #C72393. Grayscale: #9E9E9E. Windows color (decimal): -13050772 or 7134264. OLE color: 7134264.
HSL color Cylindrical-coordinate representation of color #38DC6C: hue angle of 139.02º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38DC6C is Cyan = 0.75, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 56 | 220 | 108 | - |
| CMYK | 0.75 | 0 | 0.51 | 0.14 |
| HSL | 139.02º | 0.7% | 0.54% | - |
| HSV(B) | 139.02º | 0.75% | 0.86% | - |
| XYZ | 29.93 | 53.11 | 22.86 | - |
| YUV | 158.2 | 99.67 | 55.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 220 | 108 | 0.75 | 0 | 0.51 | 0.14 | 139.02 | 0.7 | 0.54 |
| Hex | 38 | DC | 6C | 4B | 0 | 33 | E | 8B | 46 | 36 |
| Octal | 70 | 334 | 154 | 113 | 0 | 63 | 16 | 213 | 106 | 66 |
| Binary | 111000 | 11011100 | 1101100 | 1001011 | 0 | 110011 | 1110 | 10001011 | 1000110 | 110110 |
Color Harmonies of #38DC6C
Complementary color
Monochromatic Colors of #38DC6C
Black with #38DC6C
Text Example
Text Example
White with #38DC6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38DC6C; }
p { color: rgb(56,220,108); }
H1.HeaderClassName
{
color: #38DC6C;
}
.AnyTagClassName
{
color: #38DC6C;
}
</style>
background-color css
<style>
a { background-color: #38DC6C; }
a { background-color: rgb(56,220,108); }
div.DivClassName
{
background-color: #38DC6C;
}
.BgClassName
{
background-color: #38DC6C;
}
</style>
border-color css
<style>
span { border-color: #38DC6C; }
span { border-color: rgb(56,220,108); }
td.TdClassName
{
border-color: #38DC6C;
}
.TagClassName
{
border-color: #38DC6C;
}
</style>