Shades of Emerald #38D762
Tints of Emerald #38D762
RGB
CMYK
RGB Variations
Color information
#38D762 (or 0x38D762) is known color: Emerald. HEX triplet: 38, D7 and 62. RGB value is (56,215,98). Sum of RGB (Red+Green+Blue) = 56+215+98=369 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.18% from 369); Green value is 215 (84.38% from 255 or 58.27% from 369); Blue value is 98 (38.67% from 255 or 26.56% from 369); Max value from RGB is 215 - color contains mainly: green. Hex color #38D762 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38D762 is #C7289D. Grayscale: #9A9A9A. Windows color (decimal): -13052062 or 6477624. OLE color: 6477624.
HSL color Cylindrical-coordinate representation of color #38D762: hue angle of 135.85º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #38D762 is Cyan = 0.74, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 56 | 215 | 98 | - |
| CMYK | 0.74 | 0 | 0.54 | 0.16 |
| HSL | 135.85º | 0.67% | 0.53% | - |
| HSV(B) | 135.85º | 0.74% | 0.84% | - |
| XYZ | 28.14 | 50.32 | 19.79 | - |
| YUV | 154.12 | 96.32 | 58.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 215 | 98 | 0.74 | 0 | 0.54 | 0.16 | 135.85 | 0.67 | 0.53 |
| Hex | 38 | D7 | 62 | 4A | 0 | 36 | 10 | 88 | 43 | 35 |
| Octal | 70 | 327 | 142 | 112 | 0 | 66 | 20 | 210 | 103 | 65 |
| Binary | 111000 | 11010111 | 1100010 | 1001010 | 0 | 110110 | 10000 | 10001000 | 1000011 | 110101 |
Color Harmonies of #38D762
Complementary color
Monochromatic Colors of #38D762
Black with #38D762
Text Example
Text Example
White with #38D762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38D762; }
p { color: rgb(56,215,98); }
H1.HeaderClassName
{
color: #38D762;
}
.AnyTagClassName
{
color: #38D762;
}
</style>
background-color css
<style>
a { background-color: #38D762; }
a { background-color: rgb(56,215,98); }
div.DivClassName
{
background-color: #38D762;
}
.BgClassName
{
background-color: #38D762;
}
</style>
border-color css
<style>
span { border-color: #38D762; }
span { border-color: rgb(56,215,98); }
td.TdClassName
{
border-color: #38D762;
}
.TagClassName
{
border-color: #38D762;
}
</style>