Shades of Emerald #38F16D
Tints of Emerald #38F16D
RGB
CMYK
RGB Variations
Color information
#38F16D (or 0x38F16D) is known color: Emerald. HEX triplet: 38, F1 and 6D. RGB value is (56,241,109). Sum of RGB (Red+Green+Blue) = 56+241+109=406 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.79% from 406); Green value is 241 (94.53% from 255 or 59.36% from 406); Blue value is 109 (42.97% from 255 or 26.85% from 406); Max value from RGB is 241 - color contains mainly: green. Hex color #38F16D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #38F16D is #C70E92. Grayscale: #AAAAAA. Windows color (decimal): -13045395 or 7205176. OLE color: 7205176.
HSL color Cylindrical-coordinate representation of color #38F16D: hue angle of 137.19º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38F16D is Cyan = 0.77, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 56 | 241 | 109 | - |
| CMYK | 0.77 | 0 | 0.55 | 0.05 |
| HSL | 137.19º | 0.87% | 0.58% | - |
| HSV(B) | 137.19º | 0.77% | 0.95% | - |
| XYZ | 35.85 | 64.86 | 25.1 | - |
| YUV | 170.64 | 93.21 | 46.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 241 | 109 | 0.77 | 0 | 0.55 | 0.05 | 137.19 | 0.87 | 0.58 |
| Hex | 38 | F1 | 6D | 4D | 0 | 37 | 5 | 89 | 57 | 3A |
| Octal | 70 | 361 | 155 | 115 | 0 | 67 | 5 | 211 | 127 | 72 |
| Binary | 111000 | 11110001 | 1101101 | 1001101 | 0 | 110111 | 101 | 10001001 | 1010111 | 111010 |
Color Harmonies of #38F16D
Complementary color
Monochromatic Colors of #38F16D
Black with #38F16D
Text Example
Text Example
White with #38F16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38F16D; }
p { color: rgb(56,241,109); }
H1.HeaderClassName
{
color: #38F16D;
}
.AnyTagClassName
{
color: #38F16D;
}
</style>
background-color css
<style>
a { background-color: #38F16D; }
a { background-color: rgb(56,241,109); }
div.DivClassName
{
background-color: #38F16D;
}
.BgClassName
{
background-color: #38F16D;
}
</style>
border-color css
<style>
span { border-color: #38F16D; }
span { border-color: rgb(56,241,109); }
td.TdClassName
{
border-color: #38F16D;
}
.TagClassName
{
border-color: #38F16D;
}
</style>