Shades of Emerald #38D360
Tints of Emerald #38D360
RGB
CMYK
RGB Variations
Color information
#38D360 (or 0x38D360) is known color: Emerald. HEX triplet: 38, D3 and 60. RGB value is (56,211,96). Sum of RGB (Red+Green+Blue) = 56+211+96=363 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.43% from 363); Green value is 211 (82.81% from 255 or 58.13% from 363); Blue value is 96 (37.89% from 255 or 26.45% from 363); Max value from RGB is 211 - color contains mainly: green. Hex color #38D360 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38D360 is #C72C9F. Grayscale: #979797. Windows color (decimal): -13053088 or 6345528. OLE color: 6345528.
HSL color Cylindrical-coordinate representation of color #38D360: hue angle of 135.48º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #38D360 is Cyan = 0.73, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 56 | 211 | 96 | - |
| CMYK | 0.73 | 0 | 0.55 | 0.17 |
| HSL | 135.48º | 0.64% | 0.52% | - |
| HSV(B) | 135.48º | 0.73% | 0.83% | - |
| XYZ | 27.04 | 48.27 | 18.96 | - |
| YUV | 151.55 | 96.65 | 59.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 211 | 96 | 0.73 | 0 | 0.55 | 0.17 | 135.48 | 0.64 | 0.52 |
| Hex | 38 | D3 | 60 | 49 | 0 | 37 | 11 | 87 | 40 | 34 |
| Octal | 70 | 323 | 140 | 111 | 0 | 67 | 21 | 207 | 100 | 64 |
| Binary | 111000 | 11010011 | 1100000 | 1001001 | 0 | 110111 | 10001 | 10000111 | 1000000 | 110100 |
Color Harmonies of #38D360
Complementary color
Monochromatic Colors of #38D360
Black with #38D360
Text Example
Text Example
White with #38D360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38D360; }
p { color: rgb(56,211,96); }
H1.HeaderClassName
{
color: #38D360;
}
.AnyTagClassName
{
color: #38D360;
}
</style>
background-color css
<style>
a { background-color: #38D360; }
a { background-color: rgb(56,211,96); }
div.DivClassName
{
background-color: #38D360;
}
.BgClassName
{
background-color: #38D360;
}
</style>
border-color css
<style>
span { border-color: #38D360; }
span { border-color: rgb(56,211,96); }
td.TdClassName
{
border-color: #38D360;
}
.TagClassName
{
border-color: #38D360;
}
</style>