Shades of Emerald #38D67F
Tints of Emerald #38D67F
RGB
CMYK
RGB Variations
Color information
#38D67F (or 0x38D67F) is known color: Emerald. HEX triplet: 38, D6 and 7F. RGB value is (56,214,127). Sum of RGB (Red+Green+Blue) = 56+214+127=397 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.11% from 397); Green value is 214 (83.98% from 255 or 53.90% from 397); Blue value is 127 (50% from 255 or 31.99% from 397); Max value from RGB is 214 - color contains mainly: green. Hex color #38D67F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38D67F is #C72980. Grayscale: #9D9D9D. Windows color (decimal): -13052289 or 8377912. OLE color: 8377912.
HSL color Cylindrical-coordinate representation of color #38D67F: hue angle of 146.96º 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 #38D67F is Cyan = 0.74, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 56 | 214 | 127 | - |
| CMYK | 0.74 | 0 | 0.41 | 0.16 |
| HSL | 146.96º | 0.66% | 0.53% | - |
| HSV(B) | 146.96º | 0.74% | 0.84% | - |
| XYZ | 29.51 | 50.47 | 28.26 | - |
| YUV | 156.84 | 111.15 | 56.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 214 | 127 | 0.74 | 0 | 0.41 | 0.16 | 146.96 | 0.66 | 0.53 |
| Hex | 38 | D6 | 7F | 4A | 0 | 29 | 10 | 93 | 42 | 35 |
| Octal | 70 | 326 | 177 | 112 | 0 | 51 | 20 | 223 | 102 | 65 |
| Binary | 111000 | 11010110 | 1111111 | 1001010 | 0 | 101001 | 10000 | 10010011 | 1000010 | 110101 |
Color Harmonies of #38D67F
Complementary color
Monochromatic Colors of #38D67F
Black with #38D67F
Text Example
Text Example
White with #38D67F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38D67F; }
p { color: rgb(56,214,127); }
H1.HeaderClassName
{
color: #38D67F;
}
.AnyTagClassName
{
color: #38D67F;
}
</style>
background-color css
<style>
a { background-color: #38D67F; }
a { background-color: rgb(56,214,127); }
div.DivClassName
{
background-color: #38D67F;
}
.BgClassName
{
background-color: #38D67F;
}
</style>
border-color css
<style>
span { border-color: #38D67F; }
span { border-color: rgb(56,214,127); }
td.TdClassName
{
border-color: #38D67F;
}
.TagClassName
{
border-color: #38D67F;
}
</style>