Shades of Emerald #38D678
Tints of Emerald #38D678
RGB
CMYK
RGB Variations
Color information
#38D678 (or 0x38D678) is known color: Emerald. HEX triplet: 38, D6 and 78. RGB value is (56,214,120). Sum of RGB (Red+Green+Blue) = 56+214+120=390 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.36% from 390); Green value is 214 (83.98% from 255 or 54.87% from 390); Blue value is 120 (47.27% from 255 or 30.77% from 390); Max value from RGB is 214 - color contains mainly: green. Hex color #38D678 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38D678 is #C72987. Grayscale: #9C9C9C. Windows color (decimal): -13052296 or 7919160. OLE color: 7919160.
HSL color Cylindrical-coordinate representation of color #38D678: hue angle of 144.3º degrees, saturation: 0.66, 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 #38D678 is Cyan = 0.74, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 56 | 214 | 120 | - |
| CMYK | 0.74 | 0 | 0.44 | 0.16 |
| HSL | 144.3º | 0.66% | 0.53% | - |
| HSV(B) | 144.3º | 0.74% | 0.84% | - |
| XYZ | 29.07 | 50.29 | 25.94 | - |
| YUV | 156.04 | 107.65 | 56.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 214 | 120 | 0.74 | 0 | 0.44 | 0.16 | 144.3 | 0.66 | 0.53 |
| Hex | 38 | D6 | 78 | 4A | 0 | 2C | 10 | 90 | 42 | 35 |
| Octal | 70 | 326 | 170 | 112 | 0 | 54 | 20 | 220 | 102 | 65 |
| Binary | 111000 | 11010110 | 1111000 | 1001010 | 0 | 101100 | 10000 | 10010000 | 1000010 | 110101 |
Color Harmonies of #38D678
Complementary color
Monochromatic Colors of #38D678
Black with #38D678
Text Example
Text Example
White with #38D678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38D678; }
p { color: rgb(56,214,120); }
H1.HeaderClassName
{
color: #38D678;
}
.AnyTagClassName
{
color: #38D678;
}
</style>
background-color css
<style>
a { background-color: #38D678; }
a { background-color: rgb(56,214,120); }
div.DivClassName
{
background-color: #38D678;
}
.BgClassName
{
background-color: #38D678;
}
</style>
border-color css
<style>
span { border-color: #38D678; }
span { border-color: rgb(56,214,120); }
td.TdClassName
{
border-color: #38D678;
}
.TagClassName
{
border-color: #38D678;
}
</style>