Shades of Emerald #38D574
Tints of Emerald #38D574
RGB
CMYK
RGB Variations
Color information
#38D574 (or 0x38D574) is known color: Emerald. HEX triplet: 38, D5 and 74. RGB value is (56,213,116). Sum of RGB (Red+Green+Blue) = 56+213+116=385 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.55% from 385); Green value is 213 (83.59% from 255 or 55.32% from 385); Blue value is 116 (45.70% from 255 or 30.13% from 385); Max value from RGB is 213 - color contains mainly: green. Hex color #38D574 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38D574 is #C72A8B. Grayscale: #9B9B9B. Windows color (decimal): -13052556 or 7656760. OLE color: 7656760.
HSL color Cylindrical-coordinate representation of color #38D574: hue angle of 142.93º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #38D574 is Cyan = 0.74, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 56 | 213 | 116 | - |
| CMYK | 0.74 | 0 | 0.46 | 0.16 |
| HSL | 142.93º | 0.65% | 0.53% | - |
| HSV(B) | 142.93º | 0.74% | 0.84% | - |
| XYZ | 28.58 | 49.69 | 24.61 | - |
| YUV | 155 | 105.99 | 57.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 213 | 116 | 0.74 | 0 | 0.46 | 0.16 | 142.93 | 0.65 | 0.53 |
| Hex | 38 | D5 | 74 | 4A | 0 | 2E | 10 | 8F | 41 | 35 |
| Octal | 70 | 325 | 164 | 112 | 0 | 56 | 20 | 217 | 101 | 65 |
| Binary | 111000 | 11010101 | 1110100 | 1001010 | 0 | 101110 | 10000 | 10001111 | 1000001 | 110101 |
Color Harmonies of #38D574
Complementary color
Monochromatic Colors of #38D574
Black with #38D574
Text Example
Text Example
White with #38D574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38D574; }
p { color: rgb(56,213,116); }
H1.HeaderClassName
{
color: #38D574;
}
.AnyTagClassName
{
color: #38D574;
}
</style>
background-color css
<style>
a { background-color: #38D574; }
a { background-color: rgb(56,213,116); }
div.DivClassName
{
background-color: #38D574;
}
.BgClassName
{
background-color: #38D574;
}
</style>
border-color css
<style>
span { border-color: #38D574; }
span { border-color: rgb(56,213,116); }
td.TdClassName
{
border-color: #38D574;
}
.TagClassName
{
border-color: #38D574;
}
</style>