Shades of Emerald #38DC70
Tints of Emerald #38DC70
RGB
CMYK
RGB Variations
Color information
#38DC70 (or 0x38DC70) is known color: Emerald. HEX triplet: 38, DC and 70. RGB value is (56,220,112). Sum of RGB (Red+Green+Blue) = 56+220+112=388 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.43% from 388); Green value is 220 (86.33% from 255 or 56.70% from 388); Blue value is 112 (44.14% from 255 or 28.87% from 388); Max value from RGB is 220 - color contains mainly: green. Hex color #38DC70 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38DC70 is #C7238F. Grayscale: #9E9E9E. Windows color (decimal): -13050768 or 7396408. OLE color: 7396408.
HSL color Cylindrical-coordinate representation of color #38DC70: hue angle of 140.49º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38DC70 is Cyan = 0.75, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 56 | 220 | 112 | - |
| CMYK | 0.75 | 0 | 0.49 | 0.14 |
| HSL | 140.49º | 0.7% | 0.54% | - |
| HSV(B) | 140.49º | 0.75% | 0.86% | - |
| XYZ | 30.15 | 53.2 | 24.01 | - |
| YUV | 158.65 | 101.67 | 54.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 220 | 112 | 0.75 | 0 | 0.49 | 0.14 | 140.49 | 0.7 | 0.54 |
| Hex | 38 | DC | 70 | 4B | 0 | 31 | E | 8C | 46 | 36 |
| Octal | 70 | 334 | 160 | 113 | 0 | 61 | 16 | 214 | 106 | 66 |
| Binary | 111000 | 11011100 | 1110000 | 1001011 | 0 | 110001 | 1110 | 10001100 | 1000110 | 110110 |
Color Harmonies of #38DC70
Complementary color
Monochromatic Colors of #38DC70
Black with #38DC70
Text Example
Text Example
White with #38DC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38DC70; }
p { color: rgb(56,220,112); }
H1.HeaderClassName
{
color: #38DC70;
}
.AnyTagClassName
{
color: #38DC70;
}
</style>
background-color css
<style>
a { background-color: #38DC70; }
a { background-color: rgb(56,220,112); }
div.DivClassName
{
background-color: #38DC70;
}
.BgClassName
{
background-color: #38DC70;
}
</style>
border-color css
<style>
span { border-color: #38DC70; }
span { border-color: rgb(56,220,112); }
td.TdClassName
{
border-color: #38DC70;
}
.TagClassName
{
border-color: #38DC70;
}
</style>