Shades of Emerald #38F376
Tints of Emerald #38F376
RGB
CMYK
RGB Variations
Color information
#38F376 (or 0x38F376) is known color: Emerald. HEX triplet: 38, F3 and 76. RGB value is (56,243,118). Sum of RGB (Red+Green+Blue) = 56+243+118=417 (55% of max value = 765). Red value is 56 (22.27% from 255 or 13.43% from 417); Green value is 243 (95.31% from 255 or 58.27% from 417); Blue value is 118 (46.48% from 255 or 28.30% from 417); Max value from RGB is 243 - color contains mainly: green. Hex color #38F376 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #38F376 is #C70C89. Grayscale: #ADADAD. Windows color (decimal): -13044874 or 7795512. OLE color: 7795512.
HSL color Cylindrical-coordinate representation of color #38F376: hue angle of 139.89º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38F376 is Cyan = 0.77, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 56 | 243 | 118 | - |
| CMYK | 0.77 | 0 | 0.51 | 0.05 |
| HSL | 139.89º | 0.89% | 0.59% | - |
| HSV(B) | 139.89º | 0.77% | 0.95% | - |
| XYZ | 36.95 | 66.25 | 27.98 | - |
| YUV | 172.84 | 97.05 | 44.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 243 | 118 | 0.77 | 0 | 0.51 | 0.05 | 139.89 | 0.89 | 0.59 |
| Hex | 38 | F3 | 76 | 4D | 0 | 33 | 5 | 8C | 59 | 3B |
| Octal | 70 | 363 | 166 | 115 | 0 | 63 | 5 | 214 | 131 | 73 |
| Binary | 111000 | 11110011 | 1110110 | 1001101 | 0 | 110011 | 101 | 10001100 | 1011001 | 111011 |
Color Harmonies of #38F376
Complementary color
Monochromatic Colors of #38F376
Black with #38F376
Text Example
Text Example
White with #38F376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38F376; }
p { color: rgb(56,243,118); }
H1.HeaderClassName
{
color: #38F376;
}
.AnyTagClassName
{
color: #38F376;
}
</style>
background-color css
<style>
a { background-color: #38F376; }
a { background-color: rgb(56,243,118); }
div.DivClassName
{
background-color: #38F376;
}
.BgClassName
{
background-color: #38F376;
}
</style>
border-color css
<style>
span { border-color: #38F376; }
span { border-color: rgb(56,243,118); }
td.TdClassName
{
border-color: #38F376;
}
.TagClassName
{
border-color: #38F376;
}
</style>