Shades of Emerald #38DC5D
Tints of Emerald #38DC5D
RGB
CMYK
RGB Variations
Color information
#38DC5D (or 0x38DC5D) is known color: Emerald. HEX triplet: 38, DC and 5D. RGB value is (56,220,93). Sum of RGB (Red+Green+Blue) = 56+220+93=369 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.18% from 369); Green value is 220 (86.33% from 255 or 59.62% from 369); Blue value is 93 (36.72% from 255 or 25.20% from 369); Max value from RGB is 220 - color contains mainly: green. Hex color #38DC5D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38DC5D is #C723A2. Grayscale: #9C9C9C. Windows color (decimal): -13050787 or 6151224. OLE color: 6151224.
HSL color Cylindrical-coordinate representation of color #38DC5D: hue angle of 133.54º 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 #38DC5D is Cyan = 0.75, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 56 | 220 | 93 | - |
| CMYK | 0.75 | 0 | 0.58 | 0.14 |
| HSL | 133.54º | 0.7% | 0.54% | - |
| HSV(B) | 133.54º | 0.75% | 0.86% | - |
| XYZ | 29.2 | 52.82 | 19.01 | - |
| YUV | 156.49 | 92.17 | 56.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 220 | 93 | 0.75 | 0 | 0.58 | 0.14 | 133.54 | 0.7 | 0.54 |
| Hex | 38 | DC | 5D | 4B | 0 | 3A | E | 86 | 46 | 36 |
| Octal | 70 | 334 | 135 | 113 | 0 | 72 | 16 | 206 | 106 | 66 |
| Binary | 111000 | 11011100 | 1011101 | 1001011 | 0 | 111010 | 1110 | 10000110 | 1000110 | 110110 |
Color Harmonies of #38DC5D
Complementary color
Monochromatic Colors of #38DC5D
Black with #38DC5D
Text Example
Text Example
White with #38DC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38DC5D; }
p { color: rgb(56,220,93); }
H1.HeaderClassName
{
color: #38DC5D;
}
.AnyTagClassName
{
color: #38DC5D;
}
</style>
background-color css
<style>
a { background-color: #38DC5D; }
a { background-color: rgb(56,220,93); }
div.DivClassName
{
background-color: #38DC5D;
}
.BgClassName
{
background-color: #38DC5D;
}
</style>
border-color css
<style>
span { border-color: #38DC5D; }
span { border-color: rgb(56,220,93); }
td.TdClassName
{
border-color: #38DC5D;
}
.TagClassName
{
border-color: #38DC5D;
}
</style>