Shades of Emerald #38E171
Tints of Emerald #38E171
RGB
CMYK
RGB Variations
Color information
#38E171 (or 0x38E171) is known color: Emerald. HEX triplet: 38, E1 and 71. RGB value is (56,225,113). Sum of RGB (Red+Green+Blue) = 56+225+113=394 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.21% from 394); Green value is 225 (88.28% from 255 or 57.11% from 394); Blue value is 113 (44.53% from 255 or 28.68% from 394); Max value from RGB is 225 - color contains mainly: green. Hex color #38E171 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38E171 is #C71E8E. Grayscale: #A1A1A1. Windows color (decimal): -13049487 or 7463224. OLE color: 7463224.
HSL color Cylindrical-coordinate representation of color #38E171: hue angle of 140.24º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38E171 is Cyan = 0.75, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 56 | 225 | 113 | - |
| CMYK | 0.75 | 0 | 0.50 | 0.12 |
| HSL | 140.24º | 0.74% | 0.55% | - |
| HSV(B) | 140.24º | 0.75% | 0.88% | - |
| XYZ | 31.54 | 55.88 | 24.75 | - |
| YUV | 161.7 | 100.51 | 52.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 225 | 113 | 0.75 | 0 | 0.50 | 0.12 | 140.24 | 0.74 | 0.55 |
| Hex | 38 | E1 | 71 | 4B | 0 | 32 | C | 8C | 4A | 37 |
| Octal | 70 | 341 | 161 | 113 | 0 | 62 | 14 | 214 | 112 | 67 |
| Binary | 111000 | 11100001 | 1110001 | 1001011 | 0 | 110010 | 1100 | 10001100 | 1001010 | 110111 |
Color Harmonies of #38E171
Complementary color
Monochromatic Colors of #38E171
Black with #38E171
Text Example
Text Example
White with #38E171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38E171; }
p { color: rgb(56,225,113); }
H1.HeaderClassName
{
color: #38E171;
}
.AnyTagClassName
{
color: #38E171;
}
</style>
background-color css
<style>
a { background-color: #38E171; }
a { background-color: rgb(56,225,113); }
div.DivClassName
{
background-color: #38E171;
}
.BgClassName
{
background-color: #38E171;
}
</style>
border-color css
<style>
span { border-color: #38E171; }
span { border-color: rgb(56,225,113); }
td.TdClassName
{
border-color: #38E171;
}
.TagClassName
{
border-color: #38E171;
}
</style>