Shades of Emerald #38D665
Tints of Emerald #38D665
RGB
CMYK
RGB Variations
Color information
#38D665 (or 0x38D665) is known color: Emerald. HEX triplet: 38, D6 and 65. RGB value is (56,214,101). Sum of RGB (Red+Green+Blue) = 56+214+101=371 (49% of max value = 765). Red value is 56 (22.27% from 255 or 15.09% from 371); Green value is 214 (83.98% from 255 or 57.68% from 371); Blue value is 101 (39.84% from 255 or 27.22% from 371); Max value from RGB is 214 - color contains mainly: green. Hex color #38D665 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38D665 is #C7299A. Grayscale: #9A9A9A. Windows color (decimal): -13052315 or 6673976. OLE color: 6673976.
HSL color Cylindrical-coordinate representation of color #38D665: hue angle of 137.09º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #38D665 is Cyan = 0.74, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 56 | 214 | 101 | - |
| CMYK | 0.74 | 0 | 0.53 | 0.16 |
| HSL | 137.09º | 0.66% | 0.53% | - |
| HSV(B) | 137.09º | 0.74% | 0.84% | - |
| XYZ | 28.03 | 49.87 | 20.46 | - |
| YUV | 153.88 | 98.15 | 58.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 214 | 101 | 0.74 | 0 | 0.53 | 0.16 | 137.09 | 0.66 | 0.53 |
| Hex | 38 | D6 | 65 | 4A | 0 | 35 | 10 | 89 | 42 | 35 |
| Octal | 70 | 326 | 145 | 112 | 0 | 65 | 20 | 211 | 102 | 65 |
| Binary | 111000 | 11010110 | 1100101 | 1001010 | 0 | 110101 | 10000 | 10001001 | 1000010 | 110101 |
Color Harmonies of #38D665
Complementary color
Monochromatic Colors of #38D665
Black with #38D665
Text Example
Text Example
White with #38D665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38D665; }
p { color: rgb(56,214,101); }
H1.HeaderClassName
{
color: #38D665;
}
.AnyTagClassName
{
color: #38D665;
}
</style>
background-color css
<style>
a { background-color: #38D665; }
a { background-color: rgb(56,214,101); }
div.DivClassName
{
background-color: #38D665;
}
.BgClassName
{
background-color: #38D665;
}
</style>
border-color css
<style>
span { border-color: #38D665; }
span { border-color: rgb(56,214,101); }
td.TdClassName
{
border-color: #38D665;
}
.TagClassName
{
border-color: #38D665;
}
</style>