Shades of Emerald #38D165
Tints of Emerald #38D165
RGB
CMYK
RGB Variations
Color information
#38D165 (or 0x38D165) is known color: Emerald. HEX triplet: 38, D1 and 65. RGB value is (56,209,101). Sum of RGB (Red+Green+Blue) = 56+209+101=366 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.30% from 366); Green value is 209 (82.03% from 255 or 57.10% from 366); Blue value is 101 (39.84% from 255 or 27.60% from 366); Max value from RGB is 209 - color contains mainly: green. Hex color #38D165 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38D165 is #C72E9A. Grayscale: #979797. Windows color (decimal): -13053595 or 6672696. OLE color: 6672696.
HSL color Cylindrical-coordinate representation of color #38D165: hue angle of 137.65º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #38D165 is Cyan = 0.73, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 56 | 209 | 101 | - |
| CMYK | 0.73 | 0 | 0.52 | 0.18 |
| HSL | 137.65º | 0.62% | 0.52% | - |
| HSV(B) | 137.65º | 0.73% | 0.82% | - |
| XYZ | 26.78 | 47.38 | 20.05 | - |
| YUV | 150.94 | 99.81 | 60.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 209 | 101 | 0.73 | 0 | 0.52 | 0.18 | 137.65 | 0.62 | 0.52 |
| Hex | 38 | D1 | 65 | 49 | 0 | 34 | 12 | 8A | 3E | 34 |
| Octal | 70 | 321 | 145 | 111 | 0 | 64 | 22 | 212 | 76 | 64 |
| Binary | 111000 | 11010001 | 1100101 | 1001001 | 0 | 110100 | 10010 | 10001010 | 111110 | 110100 |
Color Harmonies of #38D165
Complementary color
Monochromatic Colors of #38D165
Black with #38D165
Text Example
Text Example
White with #38D165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38D165; }
p { color: rgb(56,209,101); }
H1.HeaderClassName
{
color: #38D165;
}
.AnyTagClassName
{
color: #38D165;
}
</style>
background-color css
<style>
a { background-color: #38D165; }
a { background-color: rgb(56,209,101); }
div.DivClassName
{
background-color: #38D165;
}
.BgClassName
{
background-color: #38D165;
}
</style>
border-color css
<style>
span { border-color: #38D165; }
span { border-color: rgb(56,209,101); }
td.TdClassName
{
border-color: #38D165;
}
.TagClassName
{
border-color: #38D165;
}
</style>