Shades of Emerald #38DB5D
Tints of Emerald #38DB5D
RGB
CMYK
RGB Variations
Color information
#38DB5D (or 0x38DB5D) is known color: Emerald. HEX triplet: 38, DB and 5D. RGB value is (56,219,93). Sum of RGB (Red+Green+Blue) = 56+219+93=368 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.22% from 368); Green value is 219 (85.94% from 255 or 59.51% from 368); Blue value is 93 (36.72% from 255 or 25.27% from 368); Max value from RGB is 219 - color contains mainly: green. Hex color #38DB5D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38DB5D is #C724A2. Grayscale: #9C9C9C. Windows color (decimal): -13051043 or 6150968. OLE color: 6150968.
HSL color Cylindrical-coordinate representation of color #38DB5D: hue angle of 133.62º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #38DB5D is Cyan = 0.74, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 56 | 219 | 93 | - |
| CMYK | 0.74 | 0 | 0.58 | 0.14 |
| HSL | 133.62º | 0.69% | 0.54% | - |
| HSV(B) | 133.62º | 0.74% | 0.86% | - |
| XYZ | 28.94 | 52.29 | 18.92 | - |
| YUV | 155.9 | 92.5 | 56.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 219 | 93 | 0.74 | 0 | 0.58 | 0.14 | 133.62 | 0.69 | 0.54 |
| Hex | 38 | DB | 5D | 4A | 0 | 3A | E | 86 | 45 | 36 |
| Octal | 70 | 333 | 135 | 112 | 0 | 72 | 16 | 206 | 105 | 66 |
| Binary | 111000 | 11011011 | 1011101 | 1001010 | 0 | 111010 | 1110 | 10000110 | 1000101 | 110110 |
Color Harmonies of #38DB5D
Complementary color
Monochromatic Colors of #38DB5D
Black with #38DB5D
Text Example
Text Example
White with #38DB5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38DB5D; }
p { color: rgb(56,219,93); }
H1.HeaderClassName
{
color: #38DB5D;
}
.AnyTagClassName
{
color: #38DB5D;
}
</style>
background-color css
<style>
a { background-color: #38DB5D; }
a { background-color: rgb(56,219,93); }
div.DivClassName
{
background-color: #38DB5D;
}
.BgClassName
{
background-color: #38DB5D;
}
</style>
border-color css
<style>
span { border-color: #38DB5D; }
span { border-color: rgb(56,219,93); }
td.TdClassName
{
border-color: #38DB5D;
}
.TagClassName
{
border-color: #38DB5D;
}
</style>