Shades of Emerald #38D062
Tints of Emerald #38D062
RGB
CMYK
RGB Variations
Color information
#38D062 (or 0x38D062) is known color: Emerald. HEX triplet: 38, D0 and 62. RGB value is (56,208,98). Sum of RGB (Red+Green+Blue) = 56+208+98=362 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.47% from 362); Green value is 208 (81.64% from 255 or 57.46% from 362); Blue value is 98 (38.67% from 255 or 27.07% from 362); Max value from RGB is 208 - color contains mainly: green. Hex color #38D062 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38D062 is #C72F9D. Grayscale: #969696. Windows color (decimal): -13053854 or 6475832. OLE color: 6475832.
HSL color Cylindrical-coordinate representation of color #38D062: hue angle of 136.58º 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 #38D062 is Cyan = 0.73, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 56 | 208 | 98 | - |
| CMYK | 0.73 | 0 | 0.53 | 0.18 |
| HSL | 136.58º | 0.62% | 0.52% | - |
| HSV(B) | 136.58º | 0.73% | 0.82% | - |
| XYZ | 26.39 | 46.83 | 19.2 | - |
| YUV | 150.01 | 98.64 | 60.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 208 | 98 | 0.73 | 0 | 0.53 | 0.18 | 136.58 | 0.62 | 0.52 |
| Hex | 38 | D0 | 62 | 49 | 0 | 35 | 12 | 89 | 3E | 34 |
| Octal | 70 | 320 | 142 | 111 | 0 | 65 | 22 | 211 | 76 | 64 |
| Binary | 111000 | 11010000 | 1100010 | 1001001 | 0 | 110101 | 10010 | 10001001 | 111110 | 110100 |
Color Harmonies of #38D062
Complementary color
Monochromatic Colors of #38D062
Black with #38D062
Text Example
Text Example
White with #38D062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38D062; }
p { color: rgb(56,208,98); }
H1.HeaderClassName
{
color: #38D062;
}
.AnyTagClassName
{
color: #38D062;
}
</style>
background-color css
<style>
a { background-color: #38D062; }
a { background-color: rgb(56,208,98); }
div.DivClassName
{
background-color: #38D062;
}
.BgClassName
{
background-color: #38D062;
}
</style>
border-color css
<style>
span { border-color: #38D062; }
span { border-color: rgb(56,208,98); }
td.TdClassName
{
border-color: #38D062;
}
.TagClassName
{
border-color: #38D062;
}
</style>