Shades of Emerald #38E56C
Tints of Emerald #38E56C
RGB
CMYK
RGB Variations
Color information
#38E56C (or 0x38E56C) is known color: Emerald. HEX triplet: 38, E5 and 6C. RGB value is (56,229,108). Sum of RGB (Red+Green+Blue) = 56+229+108=393 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.25% from 393); Green value is 229 (89.84% from 255 or 58.27% from 393); Blue value is 108 (42.58% from 255 or 27.48% from 393); Max value from RGB is 229 - color contains mainly: green. Hex color #38E56C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38E56C is #C71A93. Grayscale: #A3A3A3. Windows color (decimal): -13048468 or 7136568. OLE color: 7136568.
HSL color Cylindrical-coordinate representation of color #38E56C: hue angle of 138.03º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #38E56C is Cyan = 0.76, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 56 | 229 | 108 | - |
| CMYK | 0.76 | 0 | 0.53 | 0.10 |
| HSL | 138.03º | 0.77% | 0.56% | - |
| HSV(B) | 138.03º | 0.76% | 0.9% | - |
| XYZ | 32.36 | 57.96 | 23.67 | - |
| YUV | 163.48 | 96.69 | 51.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 229 | 108 | 0.76 | 0 | 0.53 | 0.10 | 138.03 | 0.77 | 0.56 |
| Hex | 38 | E5 | 6C | 4C | 0 | 35 | A | 8A | 4D | 38 |
| Octal | 70 | 345 | 154 | 114 | 0 | 65 | 12 | 212 | 115 | 70 |
| Binary | 111000 | 11100101 | 1101100 | 1001100 | 0 | 110101 | 1010 | 10001010 | 1001101 | 111000 |
Color Harmonies of #38E56C
Complementary color
Monochromatic Colors of #38E56C
Black with #38E56C
Text Example
Text Example
White with #38E56C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38E56C; }
p { color: rgb(56,229,108); }
H1.HeaderClassName
{
color: #38E56C;
}
.AnyTagClassName
{
color: #38E56C;
}
</style>
background-color css
<style>
a { background-color: #38E56C; }
a { background-color: rgb(56,229,108); }
div.DivClassName
{
background-color: #38E56C;
}
.BgClassName
{
background-color: #38E56C;
}
</style>
border-color css
<style>
span { border-color: #38E56C; }
span { border-color: rgb(56,229,108); }
td.TdClassName
{
border-color: #38E56C;
}
.TagClassName
{
border-color: #38E56C;
}
</style>