Shades of Emerald #38D863
Tints of Emerald #38D863
RGB
CMYK
RGB Variations
Color information
#38D863 (or 0x38D863) is known color: Emerald. HEX triplet: 38, D8 and 63. RGB value is (56,216,99). Sum of RGB (Red+Green+Blue) = 56+216+99=371 (49% of max value = 765). Red value is 56 (22.27% from 255 or 15.09% from 371); Green value is 216 (84.77% from 255 or 58.22% from 371); Blue value is 99 (39.06% from 255 or 26.68% from 371); Max value from RGB is 216 - color contains mainly: green. Hex color #38D863 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38D863 is #C7279C. Grayscale: #9B9B9B. Windows color (decimal): -13051805 or 6543416. OLE color: 6543416.
HSL color Cylindrical-coordinate representation of color #38D863: hue angle of 136.12º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #38D863 is Cyan = 0.74, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 56 | 216 | 99 | - |
| CMYK | 0.74 | 0 | 0.54 | 0.15 |
| HSL | 136.13º | 0.67% | 0.53% | - |
| HSV(B) | 136.13º | 0.74% | 0.85% | - |
| XYZ | 28.44 | 50.85 | 20.12 | - |
| YUV | 154.82 | 96.49 | 57.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 216 | 99 | 0.74 | 0 | 0.54 | 0.15 | 136.13 | 0.67 | 0.53 |
| Hex | 38 | D8 | 63 | 4A | 0 | 36 | F | 88 | 43 | 35 |
| Octal | 70 | 330 | 143 | 112 | 0 | 66 | 17 | 210 | 103 | 65 |
| Binary | 111000 | 11011000 | 1100011 | 1001010 | 0 | 110110 | 1111 | 10001000 | 1000011 | 110101 |
Color Harmonies of #38D863
Complementary color
Monochromatic Colors of #38D863
Black with #38D863
Text Example
Text Example
White with #38D863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38D863; }
p { color: rgb(56,216,99); }
H1.HeaderClassName
{
color: #38D863;
}
.AnyTagClassName
{
color: #38D863;
}
</style>
background-color css
<style>
a { background-color: #38D863; }
a { background-color: rgb(56,216,99); }
div.DivClassName
{
background-color: #38D863;
}
.BgClassName
{
background-color: #38D863;
}
</style>
border-color css
<style>
span { border-color: #38D863; }
span { border-color: rgb(56,216,99); }
td.TdClassName
{
border-color: #38D863;
}
.TagClassName
{
border-color: #38D863;
}
</style>