Shades of Emerald #38CE72
Tints of Emerald #38CE72
RGB
CMYK
RGB Variations
Color information
#38CE72 (or 0x38CE72) is known color: Emerald. HEX triplet: 38, CE and 72. RGB value is (56,206,114). Sum of RGB (Red+Green+Blue) = 56+206+114=376 (49% of max value = 765). Red value is 56 (22.27% from 255 or 14.89% from 376); Green value is 206 (80.86% from 255 or 54.79% from 376); Blue value is 114 (44.92% from 255 or 30.32% from 376); Max value from RGB is 206 - color contains mainly: green. Hex color #38CE72 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38CE72 is #C7318D. Grayscale: #969696. Windows color (decimal): -13054350 or 7523896. OLE color: 7523896.
HSL color Cylindrical-coordinate representation of color #38CE72: hue angle of 143.2º 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 #38CE72 is Cyan = 0.73, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 56 | 206 | 114 | - |
| CMYK | 0.73 | 0 | 0.45 | 0.19 |
| HSL | 143.2º | 0.6% | 0.51% | - |
| HSV(B) | 143.2º | 0.73% | 0.81% | - |
| XYZ | 26.74 | 46.2 | 23.43 | - |
| YUV | 150.66 | 107.31 | 60.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 206 | 114 | 0.73 | 0 | 0.45 | 0.19 | 143.2 | 0.6 | 0.51 |
| Hex | 38 | CE | 72 | 49 | 0 | 2D | 13 | 8F | 3C | 33 |
| Octal | 70 | 316 | 162 | 111 | 0 | 55 | 23 | 217 | 74 | 63 |
| Binary | 111000 | 11001110 | 1110010 | 1001001 | 0 | 101101 | 10011 | 10001111 | 111100 | 110011 |
Color Harmonies of #38CE72
Complementary color
Monochromatic Colors of #38CE72
Black with #38CE72
Text Example
Text Example
White with #38CE72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38CE72; }
p { color: rgb(56,206,114); }
H1.HeaderClassName
{
color: #38CE72;
}
.AnyTagClassName
{
color: #38CE72;
}
</style>
background-color css
<style>
a { background-color: #38CE72; }
a { background-color: rgb(56,206,114); }
div.DivClassName
{
background-color: #38CE72;
}
.BgClassName
{
background-color: #38CE72;
}
</style>
border-color css
<style>
span { border-color: #38CE72; }
span { border-color: rgb(56,206,114); }
td.TdClassName
{
border-color: #38CE72;
}
.TagClassName
{
border-color: #38CE72;
}
</style>