Shades of Emerald #38D565
Tints of Emerald #38D565
RGB
CMYK
RGB Variations
Color information
#38D565 (or 0x38D565) is known color: Emerald. HEX triplet: 38, D5 and 65. RGB value is (56,213,101). Sum of RGB (Red+Green+Blue) = 56+213+101=370 (49% of max value = 765). Red value is 56 (22.27% from 255 or 15.14% from 370); Green value is 213 (83.59% from 255 or 57.57% from 370); Blue value is 101 (39.84% from 255 or 27.30% from 370); Max value from RGB is 213 - color contains mainly: green. Hex color #38D565 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38D565 is #C72A9A. Grayscale: #999999. Windows color (decimal): -13052571 or 6673720. OLE color: 6673720.
HSL color Cylindrical-coordinate representation of color #38D565: hue angle of 137.2º degrees, saturation: 0.65, 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 #38D565 is Cyan = 0.74, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 56 | 213 | 101 | - |
| CMYK | 0.74 | 0 | 0.53 | 0.16 |
| HSL | 137.2º | 0.65% | 0.53% | - |
| HSV(B) | 137.2º | 0.74% | 0.84% | - |
| XYZ | 27.77 | 49.37 | 20.38 | - |
| YUV | 153.29 | 98.49 | 58.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 213 | 101 | 0.74 | 0 | 0.53 | 0.16 | 137.2 | 0.65 | 0.53 |
| Hex | 38 | D5 | 65 | 4A | 0 | 35 | 10 | 89 | 41 | 35 |
| Octal | 70 | 325 | 145 | 112 | 0 | 65 | 20 | 211 | 101 | 65 |
| Binary | 111000 | 11010101 | 1100101 | 1001010 | 0 | 110101 | 10000 | 10001001 | 1000001 | 110101 |
Color Harmonies of #38D565
Complementary color
Monochromatic Colors of #38D565
Black with #38D565
Text Example
Text Example
White with #38D565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38D565; }
p { color: rgb(56,213,101); }
H1.HeaderClassName
{
color: #38D565;
}
.AnyTagClassName
{
color: #38D565;
}
</style>
background-color css
<style>
a { background-color: #38D565; }
a { background-color: rgb(56,213,101); }
div.DivClassName
{
background-color: #38D565;
}
.BgClassName
{
background-color: #38D565;
}
</style>
border-color css
<style>
span { border-color: #38D565; }
span { border-color: rgb(56,213,101); }
td.TdClassName
{
border-color: #38D565;
}
.TagClassName
{
border-color: #38D565;
}
</style>