Shades of Emerald #38DB6B
Tints of Emerald #38DB6B
RGB
CMYK
RGB Variations
Color information
#38DB6B (or 0x38DB6B) is known color: Emerald. HEX triplet: 38, DB and 6B. RGB value is (56,219,107). Sum of RGB (Red+Green+Blue) = 56+219+107=382 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.66% from 382); Green value is 219 (85.94% from 255 or 57.33% from 382); Blue value is 107 (42.19% from 255 or 28.01% from 382); Max value from RGB is 219 - color contains mainly: green. Hex color #38DB6B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38DB6B is #C72494. Grayscale: #9D9D9D. Windows color (decimal): -13051029 or 7068472. OLE color: 7068472.
HSL color Cylindrical-coordinate representation of color #38DB6B: hue angle of 138.77º 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 #38DB6B is Cyan = 0.74, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 56 | 219 | 107 | - |
| CMYK | 0.74 | 0 | 0.51 | 0.14 |
| HSL | 138.77º | 0.69% | 0.54% | - |
| HSV(B) | 138.77º | 0.74% | 0.86% | - |
| XYZ | 29.62 | 52.57 | 22.5 | - |
| YUV | 157.5 | 99.5 | 55.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 219 | 107 | 0.74 | 0 | 0.51 | 0.14 | 138.77 | 0.69 | 0.54 |
| Hex | 38 | DB | 6B | 4A | 0 | 33 | E | 8B | 45 | 36 |
| Octal | 70 | 333 | 153 | 112 | 0 | 63 | 16 | 213 | 105 | 66 |
| Binary | 111000 | 11011011 | 1101011 | 1001010 | 0 | 110011 | 1110 | 10001011 | 1000101 | 110110 |
Color Harmonies of #38DB6B
Complementary color
Monochromatic Colors of #38DB6B
Black with #38DB6B
Text Example
Text Example
White with #38DB6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38DB6B; }
p { color: rgb(56,219,107); }
H1.HeaderClassName
{
color: #38DB6B;
}
.AnyTagClassName
{
color: #38DB6B;
}
</style>
background-color css
<style>
a { background-color: #38DB6B; }
a { background-color: rgb(56,219,107); }
div.DivClassName
{
background-color: #38DB6B;
}
.BgClassName
{
background-color: #38DB6B;
}
</style>
border-color css
<style>
span { border-color: #38DB6B; }
span { border-color: rgb(56,219,107); }
td.TdClassName
{
border-color: #38DB6B;
}
.TagClassName
{
border-color: #38DB6B;
}
</style>