Shades of Emerald #38D479
Tints of Emerald #38D479
RGB
CMYK
RGB Variations
Color information
#38D479 (or 0x38D479) is known color: Emerald. HEX triplet: 38, D4 and 79. RGB value is (56,212,121). Sum of RGB (Red+Green+Blue) = 56+212+121=389 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.40% from 389); Green value is 212 (83.20% from 255 or 54.50% from 389); Blue value is 121 (47.66% from 255 or 31.11% from 389); Max value from RGB is 212 - color contains mainly: green. Hex color #38D479 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38D479 is #C72B86. Grayscale: #9B9B9B. Windows color (decimal): -13052807 or 7984184. OLE color: 7984184.
HSL color Cylindrical-coordinate representation of color #38D479: hue angle of 145º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #38D479 is Cyan = 0.74, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 56 | 212 | 121 | - |
| CMYK | 0.74 | 0 | 0.43 | 0.17 |
| HSL | 145º | 0.64% | 0.53% | - |
| HSV(B) | 145º | 0.74% | 0.83% | - |
| XYZ | 28.63 | 49.31 | 26.1 | - |
| YUV | 154.98 | 108.82 | 57.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 212 | 121 | 0.74 | 0 | 0.43 | 0.17 | 145 | 0.64 | 0.53 |
| Hex | 38 | D4 | 79 | 4A | 0 | 2B | 11 | 91 | 40 | 35 |
| Octal | 70 | 324 | 171 | 112 | 0 | 53 | 21 | 221 | 100 | 65 |
| Binary | 111000 | 11010100 | 1111001 | 1001010 | 0 | 101011 | 10001 | 10010001 | 1000000 | 110101 |
Color Harmonies of #38D479
Complementary color
Monochromatic Colors of #38D479
Black with #38D479
Text Example
Text Example
White with #38D479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38D479; }
p { color: rgb(56,212,121); }
H1.HeaderClassName
{
color: #38D479;
}
.AnyTagClassName
{
color: #38D479;
}
</style>
background-color css
<style>
a { background-color: #38D479; }
a { background-color: rgb(56,212,121); }
div.DivClassName
{
background-color: #38D479;
}
.BgClassName
{
background-color: #38D479;
}
</style>
border-color css
<style>
span { border-color: #38D479; }
span { border-color: rgb(56,212,121); }
td.TdClassName
{
border-color: #38D479;
}
.TagClassName
{
border-color: #38D479;
}
</style>