Shades of Emerald #38DA80
Tints of Emerald #38DA80
RGB
CMYK
RGB Variations
Color information
#38DA80 (or 0x38DA80) is known color: Emerald. HEX triplet: 38, DA and 80. RGB value is (56,218,128). Sum of RGB (Red+Green+Blue) = 56+218+128=402 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.93% from 402); Green value is 218 (85.55% from 255 or 54.23% from 402); Blue value is 128 (50.39% from 255 or 31.84% from 402); Max value from RGB is 218 - color contains mainly: green. Hex color #38DA80 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38DA80 is #C7257F. Grayscale: #9F9F9F. Windows color (decimal): -13051264 or 8444472. OLE color: 8444472.
HSL color Cylindrical-coordinate representation of color #38DA80: hue angle of 146.67º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #38DA80 is Cyan = 0.74, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 56 | 218 | 128 | - |
| CMYK | 0.74 | 0 | 0.41 | 0.15 |
| HSL | 146.67º | 0.69% | 0.54% | - |
| HSV(B) | 146.67º | 0.74% | 0.85% | - |
| XYZ | 30.6 | 52.54 | 28.95 | - |
| YUV | 159.3 | 110.33 | 54.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 218 | 128 | 0.74 | 0 | 0.41 | 0.15 | 146.67 | 0.69 | 0.54 |
| Hex | 38 | DA | 80 | 4A | 0 | 29 | F | 93 | 45 | 36 |
| Octal | 70 | 332 | 200 | 112 | 0 | 51 | 17 | 223 | 105 | 66 |
| Binary | 111000 | 11011010 | 10000000 | 1001010 | 0 | 101001 | 1111 | 10010011 | 1000101 | 110110 |
Color Harmonies of #38DA80
Complementary color
Monochromatic Colors of #38DA80
Black with #38DA80
Text Example
Text Example
White with #38DA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38DA80; }
p { color: rgb(56,218,128); }
H1.HeaderClassName
{
color: #38DA80;
}
.AnyTagClassName
{
color: #38DA80;
}
</style>
background-color css
<style>
a { background-color: #38DA80; }
a { background-color: rgb(56,218,128); }
div.DivClassName
{
background-color: #38DA80;
}
.BgClassName
{
background-color: #38DA80;
}
</style>
border-color css
<style>
span { border-color: #38DA80; }
span { border-color: rgb(56,218,128); }
td.TdClassName
{
border-color: #38DA80;
}
.TagClassName
{
border-color: #38DA80;
}
</style>