Shades of Emerald #38E55F
Tints of Emerald #38E55F
RGB
CMYK
RGB Variations
Color information
#38E55F (or 0x38E55F) is known color: Emerald. HEX triplet: 38, E5 and 5F. RGB value is (56,229,95). Sum of RGB (Red+Green+Blue) = 56+229+95=380 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.74% from 380); Green value is 229 (89.84% from 255 or 60.26% from 380); Blue value is 95 (37.5% from 255 or 25% from 380); Max value from RGB is 229 - color contains mainly: green. Hex color #38E55F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38E55F is #C71AA0. Grayscale: #A2A2A2. Windows color (decimal): -13048481 or 6284600. OLE color: 6284600.
HSL color Cylindrical-coordinate representation of color #38E55F: hue angle of 133.53º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #38E55F is Cyan = 0.76, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 56 | 229 | 95 | - |
| CMYK | 0.76 | 0 | 0.59 | 0.10 |
| HSL | 133.53º | 0.77% | 0.56% | - |
| HSV(B) | 133.53º | 0.76% | 0.9% | - |
| XYZ | 31.72 | 57.71 | 20.29 | - |
| YUV | 162 | 90.19 | 52.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 229 | 95 | 0.76 | 0 | 0.59 | 0.10 | 133.53 | 0.77 | 0.56 |
| Hex | 38 | E5 | 5F | 4C | 0 | 3B | A | 86 | 4D | 38 |
| Octal | 70 | 345 | 137 | 114 | 0 | 73 | 12 | 206 | 115 | 70 |
| Binary | 111000 | 11100101 | 1011111 | 1001100 | 0 | 111011 | 1010 | 10000110 | 1001101 | 111000 |
Color Harmonies of #38E55F
Complementary color
Monochromatic Colors of #38E55F
Black with #38E55F
Text Example
Text Example
White with #38E55F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38E55F; }
p { color: rgb(56,229,95); }
H1.HeaderClassName
{
color: #38E55F;
}
.AnyTagClassName
{
color: #38E55F;
}
</style>
background-color css
<style>
a { background-color: #38E55F; }
a { background-color: rgb(56,229,95); }
div.DivClassName
{
background-color: #38E55F;
}
.BgClassName
{
background-color: #38E55F;
}
</style>
border-color css
<style>
span { border-color: #38E55F; }
span { border-color: rgb(56,229,95); }
td.TdClassName
{
border-color: #38E55F;
}
.TagClassName
{
border-color: #38E55F;
}
</style>