Shades of Emerald #38D968
Tints of Emerald #38D968
RGB
CMYK
RGB Variations
Color information
#38D968 (or 0x38D968) is known color: Emerald. HEX triplet: 38, D9 and 68. RGB value is (56,217,104). Sum of RGB (Red+Green+Blue) = 56+217+104=377 (49% of max value = 765). Red value is 56 (22.27% from 255 or 14.85% from 377); Green value is 217 (85.16% from 255 or 57.56% from 377); Blue value is 104 (41.02% from 255 or 27.59% from 377); Max value from RGB is 217 - color contains mainly: green. Hex color #38D968 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38D968 is #C72697. Grayscale: #9C9C9C. Windows color (decimal): -13051544 or 6871352. OLE color: 6871352.
HSL color Cylindrical-coordinate representation of color #38D968: hue angle of 137.89º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #38D968 is Cyan = 0.74, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 56 | 217 | 104 | - |
| CMYK | 0.74 | 0 | 0.52 | 0.15 |
| HSL | 137.89º | 0.68% | 0.54% | - |
| HSV(B) | 137.89º | 0.74% | 0.85% | - |
| XYZ | 28.94 | 51.47 | 21.51 | - |
| YUV | 155.98 | 98.66 | 56.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 217 | 104 | 0.74 | 0 | 0.52 | 0.15 | 137.89 | 0.68 | 0.54 |
| Hex | 38 | D9 | 68 | 4A | 0 | 34 | F | 8A | 44 | 36 |
| Octal | 70 | 331 | 150 | 112 | 0 | 64 | 17 | 212 | 104 | 66 |
| Binary | 111000 | 11011001 | 1101000 | 1001010 | 0 | 110100 | 1111 | 10001010 | 1000100 | 110110 |
Color Harmonies of #38D968
Complementary color
Monochromatic Colors of #38D968
Black with #38D968
Text Example
Text Example
White with #38D968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38D968; }
p { color: rgb(56,217,104); }
H1.HeaderClassName
{
color: #38D968;
}
.AnyTagClassName
{
color: #38D968;
}
</style>
background-color css
<style>
a { background-color: #38D968; }
a { background-color: rgb(56,217,104); }
div.DivClassName
{
background-color: #38D968;
}
.BgClassName
{
background-color: #38D968;
}
</style>
border-color css
<style>
span { border-color: #38D968; }
span { border-color: rgb(56,217,104); }
td.TdClassName
{
border-color: #38D968;
}
.TagClassName
{
border-color: #38D968;
}
</style>