Shades of Emerald #38E774
Tints of Emerald #38E774
RGB
CMYK
RGB Variations
Color information
#38E774 (or 0x38E774) is known color: Emerald. HEX triplet: 38, E7 and 74. RGB value is (56,231,116). Sum of RGB (Red+Green+Blue) = 56+231+116=403 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.90% from 403); Green value is 231 (90.62% from 255 or 57.32% from 403); Blue value is 116 (45.70% from 255 or 28.78% from 403); Max value from RGB is 231 - color contains mainly: green. Hex color #38E774 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #38E774 is #C7188B. Grayscale: #A5A5A5. Windows color (decimal): -13047948 or 7661368. OLE color: 7661368.
HSL color Cylindrical-coordinate representation of color #38E774: hue angle of 140.57º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #38E774 is Cyan = 0.76, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 56 | 231 | 116 | - |
| CMYK | 0.76 | 0 | 0.50 | 0.09 |
| HSL | 140.57º | 0.78% | 0.56% | - |
| HSV(B) | 140.57º | 0.76% | 0.91% | - |
| XYZ | 33.36 | 59.25 | 26.2 | - |
| YUV | 165.57 | 100.02 | 49.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 231 | 116 | 0.76 | 0 | 0.50 | 0.09 | 140.57 | 0.78 | 0.56 |
| Hex | 38 | E7 | 74 | 4C | 0 | 32 | 9 | 8D | 4E | 38 |
| Octal | 70 | 347 | 164 | 114 | 0 | 62 | 11 | 215 | 116 | 70 |
| Binary | 111000 | 11100111 | 1110100 | 1001100 | 0 | 110010 | 1001 | 10001101 | 1001110 | 111000 |
Color Harmonies of #38E774
Complementary color
Monochromatic Colors of #38E774
Black with #38E774
Text Example
Text Example
White with #38E774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38E774; }
p { color: rgb(56,231,116); }
H1.HeaderClassName
{
color: #38E774;
}
.AnyTagClassName
{
color: #38E774;
}
</style>
background-color css
<style>
a { background-color: #38E774; }
a { background-color: rgb(56,231,116); }
div.DivClassName
{
background-color: #38E774;
}
.BgClassName
{
background-color: #38E774;
}
</style>
border-color css
<style>
span { border-color: #38E774; }
span { border-color: rgb(56,231,116); }
td.TdClassName
{
border-color: #38E774;
}
.TagClassName
{
border-color: #38E774;
}
</style>