Shades of Emerald #38E360
Tints of Emerald #38E360
RGB
CMYK
RGB Variations
Color information
#38E360 (or 0x38E360) is known color: Emerald. HEX triplet: 38, E3 and 60. RGB value is (56,227,96). Sum of RGB (Red+Green+Blue) = 56+227+96=379 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.78% from 379); Green value is 227 (89.06% from 255 or 59.89% from 379); Blue value is 96 (37.89% from 255 or 25.33% from 379); Max value from RGB is 227 - color contains mainly: green. Hex color #38E360 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38E360 is #C71C9F. Grayscale: #A1A1A1. Windows color (decimal): -13048992 or 6349624. OLE color: 6349624.
HSL color Cylindrical-coordinate representation of color #38E360: hue angle of 134.04º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38E360 is Cyan = 0.75, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 56 | 227 | 96 | - |
| CMYK | 0.75 | 0 | 0.58 | 0.11 |
| HSL | 134.04º | 0.75% | 0.55% | - |
| HSV(B) | 134.04º | 0.75% | 0.89% | - |
| XYZ | 31.21 | 56.62 | 20.35 | - |
| YUV | 160.94 | 91.35 | 53.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 227 | 96 | 0.75 | 0 | 0.58 | 0.11 | 134.04 | 0.75 | 0.55 |
| Hex | 38 | E3 | 60 | 4B | 0 | 3A | B | 86 | 4B | 37 |
| Octal | 70 | 343 | 140 | 113 | 0 | 72 | 13 | 206 | 113 | 67 |
| Binary | 111000 | 11100011 | 1100000 | 1001011 | 0 | 111010 | 1011 | 10000110 | 1001011 | 110111 |
Color Harmonies of #38E360
Complementary color
Monochromatic Colors of #38E360
Black with #38E360
Text Example
Text Example
White with #38E360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38E360; }
p { color: rgb(56,227,96); }
H1.HeaderClassName
{
color: #38E360;
}
.AnyTagClassName
{
color: #38E360;
}
</style>
background-color css
<style>
a { background-color: #38E360; }
a { background-color: rgb(56,227,96); }
div.DivClassName
{
background-color: #38E360;
}
.BgClassName
{
background-color: #38E360;
}
</style>
border-color css
<style>
span { border-color: #38E360; }
span { border-color: rgb(56,227,96); }
td.TdClassName
{
border-color: #38E360;
}
.TagClassName
{
border-color: #38E360;
}
</style>