Shades of Emerald #38D16D
Tints of Emerald #38D16D
RGB
CMYK
RGB Variations
Color information
#38D16D (or 0x38D16D) is known color: Emerald. HEX triplet: 38, D1 and 6D. RGB value is (56,209,109). Sum of RGB (Red+Green+Blue) = 56+209+109=374 (49% of max value = 765). Red value is 56 (22.27% from 255 or 14.97% from 374); Green value is 209 (82.03% from 255 or 55.88% from 374); Blue value is 109 (42.97% from 255 or 29.14% from 374); Max value from RGB is 209 - color contains mainly: green. Hex color #38D16D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38D16D is #C72E92. Grayscale: #989898. Windows color (decimal): -13053587 or 7196984. OLE color: 7196984.
HSL color Cylindrical-coordinate representation of color #38D16D: hue angle of 140.78º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #38D16D is Cyan = 0.73, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 56 | 209 | 109 | - |
| CMYK | 0.73 | 0 | 0.48 | 0.18 |
| HSL | 140.78º | 0.62% | 0.52% | - |
| HSV(B) | 140.78º | 0.73% | 0.82% | - |
| XYZ | 27.19 | 47.55 | 22.21 | - |
| YUV | 151.85 | 103.81 | 59.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 209 | 109 | 0.73 | 0 | 0.48 | 0.18 | 140.78 | 0.62 | 0.52 |
| Hex | 38 | D1 | 6D | 49 | 0 | 30 | 12 | 8D | 3E | 34 |
| Octal | 70 | 321 | 155 | 111 | 0 | 60 | 22 | 215 | 76 | 64 |
| Binary | 111000 | 11010001 | 1101101 | 1001001 | 0 | 110000 | 10010 | 10001101 | 111110 | 110100 |
Color Harmonies of #38D16D
Complementary color
Monochromatic Colors of #38D16D
Black with #38D16D
Text Example
Text Example
White with #38D16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38D16D; }
p { color: rgb(56,209,109); }
H1.HeaderClassName
{
color: #38D16D;
}
.AnyTagClassName
{
color: #38D16D;
}
</style>
background-color css
<style>
a { background-color: #38D16D; }
a { background-color: rgb(56,209,109); }
div.DivClassName
{
background-color: #38D16D;
}
.BgClassName
{
background-color: #38D16D;
}
</style>
border-color css
<style>
span { border-color: #38D16D; }
span { border-color: rgb(56,209,109); }
td.TdClassName
{
border-color: #38D16D;
}
.TagClassName
{
border-color: #38D16D;
}
</style>