Shades of Emerald #38DA6C
Tints of Emerald #38DA6C
RGB
CMYK
RGB Variations
Color information
#38DA6C (or 0x38DA6C) is known color: Emerald. HEX triplet: 38, DA and 6C. RGB value is (56,218,108). Sum of RGB (Red+Green+Blue) = 56+218+108=382 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.66% from 382); Green value is 218 (85.55% from 255 or 57.07% from 382); Blue value is 108 (42.58% from 255 or 28.27% from 382); Max value from RGB is 218 - color contains mainly: green. Hex color #38DA6C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38DA6C is #C72593. Grayscale: #9D9D9D. Windows color (decimal): -13051284 or 7133752. OLE color: 7133752.
HSL color Cylindrical-coordinate representation of color #38DA6C: hue angle of 139.26º 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 #38DA6C is Cyan = 0.74, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 56 | 218 | 108 | - |
| CMYK | 0.74 | 0 | 0.50 | 0.15 |
| HSL | 139.26º | 0.69% | 0.54% | - |
| HSV(B) | 139.26º | 0.74% | 0.85% | - |
| XYZ | 29.41 | 52.07 | 22.69 | - |
| YUV | 157.02 | 100.33 | 55.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 218 | 108 | 0.74 | 0 | 0.50 | 0.15 | 139.26 | 0.69 | 0.54 |
| Hex | 38 | DA | 6C | 4A | 0 | 32 | F | 8B | 45 | 36 |
| Octal | 70 | 332 | 154 | 112 | 0 | 62 | 17 | 213 | 105 | 66 |
| Binary | 111000 | 11011010 | 1101100 | 1001010 | 0 | 110010 | 1111 | 10001011 | 1000101 | 110110 |
Color Harmonies of #38DA6C
Complementary color
Monochromatic Colors of #38DA6C
Black with #38DA6C
Text Example
Text Example
White with #38DA6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38DA6C; }
p { color: rgb(56,218,108); }
H1.HeaderClassName
{
color: #38DA6C;
}
.AnyTagClassName
{
color: #38DA6C;
}
</style>
background-color css
<style>
a { background-color: #38DA6C; }
a { background-color: rgb(56,218,108); }
div.DivClassName
{
background-color: #38DA6C;
}
.BgClassName
{
background-color: #38DA6C;
}
</style>
border-color css
<style>
span { border-color: #38DA6C; }
span { border-color: rgb(56,218,108); }
td.TdClassName
{
border-color: #38DA6C;
}
.TagClassName
{
border-color: #38DA6C;
}
</style>