Shades of Emerald #38DB80
Tints of Emerald #38DB80
RGB
CMYK
RGB Variations
Color information
#38DB80 (or 0x38DB80) is known color: Emerald. HEX triplet: 38, DB and 80. RGB value is (56,219,128). Sum of RGB (Red+Green+Blue) = 56+219+128=403 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.90% from 403); Green value is 219 (85.94% from 255 or 54.34% from 403); Blue value is 128 (50.39% from 255 or 31.76% from 403); Max value from RGB is 219 - color contains mainly: green. Hex color #38DB80 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38DB80 is #C7247F. Grayscale: #A0A0A0. Windows color (decimal): -13051008 or 8444728. OLE color: 8444728.
HSL color Cylindrical-coordinate representation of color #38DB80: hue angle of 146.5º 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 #38DB80 is Cyan = 0.74, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 56 | 219 | 128 | - |
| CMYK | 0.74 | 0 | 0.42 | 0.14 |
| HSL | 146.5º | 0.69% | 0.54% | - |
| HSV(B) | 146.5º | 0.74% | 0.86% | - |
| XYZ | 30.86 | 53.06 | 29.04 | - |
| YUV | 159.89 | 110 | 53.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 219 | 128 | 0.74 | 0 | 0.42 | 0.14 | 146.5 | 0.69 | 0.54 |
| Hex | 38 | DB | 80 | 4A | 0 | 2A | E | 93 | 45 | 36 |
| Octal | 70 | 333 | 200 | 112 | 0 | 52 | 16 | 223 | 105 | 66 |
| Binary | 111000 | 11011011 | 10000000 | 1001010 | 0 | 101010 | 1110 | 10010011 | 1000101 | 110110 |
Color Harmonies of #38DB80
Complementary color
Monochromatic Colors of #38DB80
Black with #38DB80
Text Example
Text Example
White with #38DB80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38DB80; }
p { color: rgb(56,219,128); }
H1.HeaderClassName
{
color: #38DB80;
}
.AnyTagClassName
{
color: #38DB80;
}
</style>
background-color css
<style>
a { background-color: #38DB80; }
a { background-color: rgb(56,219,128); }
div.DivClassName
{
background-color: #38DB80;
}
.BgClassName
{
background-color: #38DB80;
}
</style>
border-color css
<style>
span { border-color: #38DB80; }
span { border-color: rgb(56,219,128); }
td.TdClassName
{
border-color: #38DB80;
}
.TagClassName
{
border-color: #38DB80;
}
</style>