Shades of Emerald #38CE78
Tints of Emerald #38CE78
RGB
CMYK
RGB Variations
Color information
#38CE78 (or 0x38CE78) is known color: Emerald. HEX triplet: 38, CE and 78. RGB value is (56,206,120). Sum of RGB (Red+Green+Blue) = 56+206+120=382 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.66% from 382); Green value is 206 (80.86% from 255 or 53.93% from 382); Blue value is 120 (47.27% from 255 or 31.41% from 382); Max value from RGB is 206 - color contains mainly: green. Hex color #38CE78 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38CE78 is #C73187. Grayscale: #979797. Windows color (decimal): -13054344 or 7917112. OLE color: 7917112.
HSL color Cylindrical-coordinate representation of color #38CE78: hue angle of 145.6º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #38CE78 is Cyan = 0.73, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 56 | 206 | 120 | - |
| CMYK | 0.73 | 0 | 0.42 | 0.19 |
| HSL | 145.6º | 0.6% | 0.51% | - |
| HSV(B) | 145.6º | 0.73% | 0.81% | - |
| XYZ | 27.09 | 46.34 | 25.29 | - |
| YUV | 151.35 | 110.31 | 59.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 206 | 120 | 0.73 | 0 | 0.42 | 0.19 | 145.6 | 0.6 | 0.51 |
| Hex | 38 | CE | 78 | 49 | 0 | 2A | 13 | 92 | 3C | 33 |
| Octal | 70 | 316 | 170 | 111 | 0 | 52 | 23 | 222 | 74 | 63 |
| Binary | 111000 | 11001110 | 1111000 | 1001001 | 0 | 101010 | 10011 | 10010010 | 111100 | 110011 |
Color Harmonies of #38CE78
Complementary color
Monochromatic Colors of #38CE78
Black with #38CE78
Text Example
Text Example
White with #38CE78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38CE78; }
p { color: rgb(56,206,120); }
H1.HeaderClassName
{
color: #38CE78;
}
.AnyTagClassName
{
color: #38CE78;
}
</style>
background-color css
<style>
a { background-color: #38CE78; }
a { background-color: rgb(56,206,120); }
div.DivClassName
{
background-color: #38CE78;
}
.BgClassName
{
background-color: #38CE78;
}
</style>
border-color css
<style>
span { border-color: #38CE78; }
span { border-color: rgb(56,206,120); }
td.TdClassName
{
border-color: #38CE78;
}
.TagClassName
{
border-color: #38CE78;
}
</style>