Shades of Emerald #38DE6C
Tints of Emerald #38DE6C
RGB
CMYK
RGB Variations
Color information
#38DE6C (or 0x38DE6C) is known color: Emerald. HEX triplet: 38, DE and 6C. RGB value is (56,222,108). Sum of RGB (Red+Green+Blue) = 56+222+108=386 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.51% from 386); Green value is 222 (87.11% from 255 or 57.51% from 386); Blue value is 108 (42.58% from 255 or 27.98% from 386); Max value from RGB is 222 - color contains mainly: green. Hex color #38DE6C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38DE6C is #C72193. Grayscale: #9F9F9F. Windows color (decimal): -13050260 or 7134776. OLE color: 7134776.
HSL color Cylindrical-coordinate representation of color #38DE6C: hue angle of 138.8º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38DE6C is Cyan = 0.75, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 56 | 222 | 108 | - |
| CMYK | 0.75 | 0 | 0.51 | 0.13 |
| HSL | 138.8º | 0.72% | 0.55% | - |
| HSV(B) | 138.8º | 0.75% | 0.87% | - |
| XYZ | 30.46 | 54.17 | 23.04 | - |
| YUV | 159.37 | 99 | 54.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 222 | 108 | 0.75 | 0 | 0.51 | 0.13 | 138.8 | 0.72 | 0.55 |
| Hex | 38 | DE | 6C | 4B | 0 | 33 | D | 8B | 48 | 37 |
| Octal | 70 | 336 | 154 | 113 | 0 | 63 | 15 | 213 | 110 | 67 |
| Binary | 111000 | 11011110 | 1101100 | 1001011 | 0 | 110011 | 1101 | 10001011 | 1001000 | 110111 |
Color Harmonies of #38DE6C
Complementary color
Monochromatic Colors of #38DE6C
Black with #38DE6C
Text Example
Text Example
White with #38DE6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38DE6C; }
p { color: rgb(56,222,108); }
H1.HeaderClassName
{
color: #38DE6C;
}
.AnyTagClassName
{
color: #38DE6C;
}
</style>
background-color css
<style>
a { background-color: #38DE6C; }
a { background-color: rgb(56,222,108); }
div.DivClassName
{
background-color: #38DE6C;
}
.BgClassName
{
background-color: #38DE6C;
}
</style>
border-color css
<style>
span { border-color: #38DE6C; }
span { border-color: rgb(56,222,108); }
td.TdClassName
{
border-color: #38DE6C;
}
.TagClassName
{
border-color: #38DE6C;
}
</style>