Shades of Emerald #38D777
Tints of Emerald #38D777
RGB
CMYK
RGB Variations
Color information
#38D777 (or 0x38D777) is known color: Emerald. HEX triplet: 38, D7 and 77. RGB value is (56,215,119). Sum of RGB (Red+Green+Blue) = 56+215+119=390 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.36% from 390); Green value is 215 (84.38% from 255 or 55.13% from 390); Blue value is 119 (46.88% from 255 or 30.51% from 390); Max value from RGB is 215 - color contains mainly: green. Hex color #38D777 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38D777 is #C72888. Grayscale: #9C9C9C. Windows color (decimal): -13052041 or 7853880. OLE color: 7853880.
HSL color Cylindrical-coordinate representation of color #38D777: hue angle of 143.77º degrees, saturation: 0.67, 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 #38D777 is Cyan = 0.74, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 56 | 215 | 119 | - |
| CMYK | 0.74 | 0 | 0.45 | 0.16 |
| HSL | 143.77º | 0.67% | 0.53% | - |
| HSV(B) | 143.77º | 0.74% | 0.84% | - |
| XYZ | 29.26 | 50.77 | 25.71 | - |
| YUV | 156.52 | 106.82 | 56.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 215 | 119 | 0.74 | 0 | 0.45 | 0.16 | 143.77 | 0.67 | 0.53 |
| Hex | 38 | D7 | 77 | 4A | 0 | 2D | 10 | 90 | 43 | 35 |
| Octal | 70 | 327 | 167 | 112 | 0 | 55 | 20 | 220 | 103 | 65 |
| Binary | 111000 | 11010111 | 1110111 | 1001010 | 0 | 101101 | 10000 | 10010000 | 1000011 | 110101 |
Color Harmonies of #38D777
Complementary color
Monochromatic Colors of #38D777
Black with #38D777
Text Example
Text Example
White with #38D777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38D777; }
p { color: rgb(56,215,119); }
H1.HeaderClassName
{
color: #38D777;
}
.AnyTagClassName
{
color: #38D777;
}
</style>
background-color css
<style>
a { background-color: #38D777; }
a { background-color: rgb(56,215,119); }
div.DivClassName
{
background-color: #38D777;
}
.BgClassName
{
background-color: #38D777;
}
</style>
border-color css
<style>
span { border-color: #38D777; }
span { border-color: rgb(56,215,119); }
td.TdClassName
{
border-color: #38D777;
}
.TagClassName
{
border-color: #38D777;
}
</style>