Shades of Emerald #38D57B
Tints of Emerald #38D57B
RGB
CMYK
RGB Variations
Color information
#38D57B (or 0x38D57B) is known color: Emerald. HEX triplet: 38, D5 and 7B. RGB value is (56,213,123). Sum of RGB (Red+Green+Blue) = 56+213+123=392 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.29% from 392); Green value is 213 (83.59% from 255 or 54.34% from 392); Blue value is 123 (48.44% from 255 or 31.38% from 392); Max value from RGB is 213 - color contains mainly: green. Hex color #38D57B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38D57B is #C72A84. Grayscale: #9C9C9C. Windows color (decimal): -13052549 or 8115512. OLE color: 8115512.
HSL color Cylindrical-coordinate representation of color #38D57B: hue angle of 145.61º 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 #38D57B is Cyan = 0.74, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 56 | 213 | 123 | - |
| CMYK | 0.74 | 0 | 0.42 | 0.16 |
| HSL | 145.61º | 0.65% | 0.53% | - |
| HSV(B) | 145.61º | 0.74% | 0.84% | - |
| XYZ | 29 | 49.86 | 26.83 | - |
| YUV | 155.8 | 109.49 | 56.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 213 | 123 | 0.74 | 0 | 0.42 | 0.16 | 145.61 | 0.65 | 0.53 |
| Hex | 38 | D5 | 7B | 4A | 0 | 2A | 10 | 92 | 41 | 35 |
| Octal | 70 | 325 | 173 | 112 | 0 | 52 | 20 | 222 | 101 | 65 |
| Binary | 111000 | 11010101 | 1111011 | 1001010 | 0 | 101010 | 10000 | 10010010 | 1000001 | 110101 |
Color Harmonies of #38D57B
Complementary color
Monochromatic Colors of #38D57B
Black with #38D57B
Text Example
Text Example
White with #38D57B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38D57B; }
p { color: rgb(56,213,123); }
H1.HeaderClassName
{
color: #38D57B;
}
.AnyTagClassName
{
color: #38D57B;
}
</style>
background-color css
<style>
a { background-color: #38D57B; }
a { background-color: rgb(56,213,123); }
div.DivClassName
{
background-color: #38D57B;
}
.BgClassName
{
background-color: #38D57B;
}
</style>
border-color css
<style>
span { border-color: #38D57B; }
span { border-color: rgb(56,213,123); }
td.TdClassName
{
border-color: #38D57B;
}
.TagClassName
{
border-color: #38D57B;
}
</style>