Shades of Emerald #38CE5E
Tints of Emerald #38CE5E
RGB
CMYK
RGB Variations
Color information
#38CE5E (or 0x38CE5E) is known color: Emerald. HEX triplet: 38, CE and 5E. RGB value is (56,206,94). Sum of RGB (Red+Green+Blue) = 56+206+94=356 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.73% from 356); Green value is 206 (80.86% from 255 or 57.87% from 356); Blue value is 94 (37.11% from 255 or 26.40% from 356); Max value from RGB is 206 - color contains mainly: green. Hex color #38CE5E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38CE5E is #C731A1. Grayscale: #949494. Windows color (decimal): -13054370 or 6213176. OLE color: 6213176.
HSL color Cylindrical-coordinate representation of color #38CE5E: hue angle of 135.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 #38CE5E is Cyan = 0.73, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 56 | 206 | 94 | - |
| CMYK | 0.73 | 0 | 0.54 | 0.19 |
| HSL | 135.2º | 0.6% | 0.51% | - |
| HSV(B) | 135.2º | 0.73% | 0.81% | - |
| XYZ | 25.72 | 45.79 | 18.07 | - |
| YUV | 148.38 | 97.31 | 62.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 206 | 94 | 0.73 | 0 | 0.54 | 0.19 | 135.2 | 0.6 | 0.51 |
| Hex | 38 | CE | 5E | 49 | 0 | 36 | 13 | 87 | 3C | 33 |
| Octal | 70 | 316 | 136 | 111 | 0 | 66 | 23 | 207 | 74 | 63 |
| Binary | 111000 | 11001110 | 1011110 | 1001001 | 0 | 110110 | 10011 | 10000111 | 111100 | 110011 |
Color Harmonies of #38CE5E
Complementary color
Monochromatic Colors of #38CE5E
Black with #38CE5E
Text Example
Text Example
White with #38CE5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38CE5E; }
p { color: rgb(56,206,94); }
H1.HeaderClassName
{
color: #38CE5E;
}
.AnyTagClassName
{
color: #38CE5E;
}
</style>
background-color css
<style>
a { background-color: #38CE5E; }
a { background-color: rgb(56,206,94); }
div.DivClassName
{
background-color: #38CE5E;
}
.BgClassName
{
background-color: #38CE5E;
}
</style>
border-color css
<style>
span { border-color: #38CE5E; }
span { border-color: rgb(56,206,94); }
td.TdClassName
{
border-color: #38CE5E;
}
.TagClassName
{
border-color: #38CE5E;
}
</style>