Shades of Emerald #38FA7D
Tints of Emerald #38FA7D
RGB
CMYK
RGB Variations
Color information
#38FA7D (or 0x38FA7D) is known color: Emerald. HEX triplet: 38, FA and 7D. RGB value is (56,250,125). Sum of RGB (Red+Green+Blue) = 56+250+125=431 (57% of max value = 765). Red value is 56 (22.27% from 255 or 12.99% from 431); Green value is 250 (98.05% from 255 or 58.00% from 431); Blue value is 125 (49.22% from 255 or 29.00% from 431); Max value from RGB is 250 - color contains mainly: green. Hex color #38FA7D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #38FA7D is #C70582. Grayscale: #B2B2B2. Windows color (decimal): -13043075 or 8256056. OLE color: 8256056.
HSL color Cylindrical-coordinate representation of color #38FA7D: hue angle of 141.34º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #38FA7D is Cyan = 0.78, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 56 | 250 | 125 | - |
| CMYK | 0.78 | 0 | 0.50 | 0.02 |
| HSL | 141.34º | 0.95% | 0.6% | - |
| HSV(B) | 141.34º | 0.78% | 0.98% | - |
| XYZ | 39.52 | 70.69 | 30.96 | - |
| YUV | 177.74 | 98.23 | 41.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 250 | 125 | 0.78 | 0 | 0.50 | 0.02 | 141.34 | 0.95 | 0.6 |
| Hex | 38 | FA | 7D | 4E | 0 | 32 | 2 | 8D | 5F | 3C |
| Octal | 70 | 372 | 175 | 116 | 0 | 62 | 2 | 215 | 137 | 74 |
| Binary | 111000 | 11111010 | 1111101 | 1001110 | 0 | 110010 | 10 | 10001101 | 1011111 | 111100 |
Color Harmonies of #38FA7D
Complementary color
Monochromatic Colors of #38FA7D
Black with #38FA7D
Text Example
Text Example
White with #38FA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38FA7D; }
p { color: rgb(56,250,125); }
H1.HeaderClassName
{
color: #38FA7D;
}
.AnyTagClassName
{
color: #38FA7D;
}
</style>
background-color css
<style>
a { background-color: #38FA7D; }
a { background-color: rgb(56,250,125); }
div.DivClassName
{
background-color: #38FA7D;
}
.BgClassName
{
background-color: #38FA7D;
}
</style>
border-color css
<style>
span { border-color: #38FA7D; }
span { border-color: rgb(56,250,125); }
td.TdClassName
{
border-color: #38FA7D;
}
.TagClassName
{
border-color: #38FA7D;
}
</style>