Shades of Emerald #38EC79
Tints of Emerald #38EC79
RGB
CMYK
RGB Variations
Color information
#38EC79 (or 0x38EC79) is known color: Emerald. HEX triplet: 38, EC and 79. RGB value is (56,236,121). Sum of RGB (Red+Green+Blue) = 56+236+121=413 (54% of max value = 765). Red value is 56 (22.27% from 255 or 13.56% from 413); Green value is 236 (92.58% from 255 or 57.14% from 413); Blue value is 121 (47.66% from 255 or 29.30% from 413); Max value from RGB is 236 - color contains mainly: green. Hex color #38EC79 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #38EC79 is #C71386. Grayscale: #A9A9A9. Windows color (decimal): -13046663 or 7990328. OLE color: 7990328.
HSL color Cylindrical-coordinate representation of color #38EC79: hue angle of 141.67º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #38EC79 is Cyan = 0.76, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 56 | 236 | 121 | - |
| CMYK | 0.76 | 0 | 0.49 | 0.07 |
| HSL | 141.67º | 0.83% | 0.57% | - |
| HSV(B) | 141.67º | 0.76% | 0.93% | - |
| XYZ | 35.08 | 62.21 | 28.25 | - |
| YUV | 169.07 | 100.87 | 47.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 236 | 121 | 0.76 | 0 | 0.49 | 0.07 | 141.67 | 0.83 | 0.57 |
| Hex | 38 | EC | 79 | 4C | 0 | 31 | 7 | 8E | 53 | 39 |
| Octal | 70 | 354 | 171 | 114 | 0 | 61 | 7 | 216 | 123 | 71 |
| Binary | 111000 | 11101100 | 1111001 | 1001100 | 0 | 110001 | 111 | 10001110 | 1010011 | 111001 |
Color Harmonies of #38EC79
Complementary color
Monochromatic Colors of #38EC79
Black with #38EC79
Text Example
Text Example
White with #38EC79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38EC79; }
p { color: rgb(56,236,121); }
H1.HeaderClassName
{
color: #38EC79;
}
.AnyTagClassName
{
color: #38EC79;
}
</style>
background-color css
<style>
a { background-color: #38EC79; }
a { background-color: rgb(56,236,121); }
div.DivClassName
{
background-color: #38EC79;
}
.BgClassName
{
background-color: #38EC79;
}
</style>
border-color css
<style>
span { border-color: #38EC79; }
span { border-color: rgb(56,236,121); }
td.TdClassName
{
border-color: #38EC79;
}
.TagClassName
{
border-color: #38EC79;
}
</style>