Shades of Emerald #38F476
Tints of Emerald #38F476
RGB
CMYK
RGB Variations
Color information
#38F476 (or 0x38F476) is known color: Emerald. HEX triplet: 38, F4 and 76. RGB value is (56,244,118). Sum of RGB (Red+Green+Blue) = 56+244+118=418 (55% of max value = 765). Red value is 56 (22.27% from 255 or 13.40% from 418); Green value is 244 (95.70% from 255 or 58.37% from 418); Blue value is 118 (46.48% from 255 or 28.23% from 418); Max value from RGB is 244 - color contains mainly: green. Hex color #38F476 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #38F476 is #C70B89. Grayscale: #ADADAD. Windows color (decimal): -13044618 or 7795768. OLE color: 7795768.
HSL color Cylindrical-coordinate representation of color #38F476: hue angle of 139.79º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38F476 is Cyan = 0.77, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 56 | 244 | 118 | - |
| CMYK | 0.77 | 0 | 0.52 | 0.04 |
| HSL | 139.79º | 0.9% | 0.59% | - |
| HSV(B) | 139.79º | 0.77% | 0.96% | - |
| XYZ | 37.25 | 66.85 | 28.08 | - |
| YUV | 173.42 | 96.72 | 44.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 244 | 118 | 0.77 | 0 | 0.52 | 0.04 | 139.79 | 0.9 | 0.59 |
| Hex | 38 | F4 | 76 | 4D | 0 | 34 | 4 | 8C | 5A | 3B |
| Octal | 70 | 364 | 166 | 115 | 0 | 64 | 4 | 214 | 132 | 73 |
| Binary | 111000 | 11110100 | 1110110 | 1001101 | 0 | 110100 | 100 | 10001100 | 1011010 | 111011 |
Color Harmonies of #38F476
Complementary color
Monochromatic Colors of #38F476
Black with #38F476
Text Example
Text Example
White with #38F476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38F476; }
p { color: rgb(56,244,118); }
H1.HeaderClassName
{
color: #38F476;
}
.AnyTagClassName
{
color: #38F476;
}
</style>
background-color css
<style>
a { background-color: #38F476; }
a { background-color: rgb(56,244,118); }
div.DivClassName
{
background-color: #38F476;
}
.BgClassName
{
background-color: #38F476;
}
</style>
border-color css
<style>
span { border-color: #38F476; }
span { border-color: rgb(56,244,118); }
td.TdClassName
{
border-color: #38F476;
}
.TagClassName
{
border-color: #38F476;
}
</style>