Shades of Emerald #38D65D
Tints of Emerald #38D65D
RGB
CMYK
RGB Variations
Color information
#38D65D (or 0x38D65D) is known color: Emerald. HEX triplet: 38, D6 and 5D. RGB value is (56,214,93). Sum of RGB (Red+Green+Blue) = 56+214+93=363 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.43% from 363); Green value is 214 (83.98% from 255 or 58.95% from 363); Blue value is 93 (36.72% from 255 or 25.62% from 363); Max value from RGB is 214 - color contains mainly: green. Hex color #38D65D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38D65D is #C729A2. Grayscale: #999999. Windows color (decimal): -13052323 or 6149688. OLE color: 6149688.
HSL color Cylindrical-coordinate representation of color #38D65D: hue angle of 134.05º 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 #38D65D is Cyan = 0.74, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 56 | 214 | 93 | - |
| CMYK | 0.74 | 0 | 0.57 | 0.16 |
| HSL | 134.05º | 0.66% | 0.53% | - |
| HSV(B) | 134.05º | 0.74% | 0.84% | - |
| XYZ | 27.65 | 49.72 | 18.5 | - |
| YUV | 152.96 | 94.15 | 58.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 214 | 93 | 0.74 | 0 | 0.57 | 0.16 | 134.05 | 0.66 | 0.53 |
| Hex | 38 | D6 | 5D | 4A | 0 | 39 | 10 | 86 | 42 | 35 |
| Octal | 70 | 326 | 135 | 112 | 0 | 71 | 20 | 206 | 102 | 65 |
| Binary | 111000 | 11010110 | 1011101 | 1001010 | 0 | 111001 | 10000 | 10000110 | 1000010 | 110101 |
Color Harmonies of #38D65D
Complementary color
Monochromatic Colors of #38D65D
Black with #38D65D
Text Example
Text Example
White with #38D65D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38D65D; }
p { color: rgb(56,214,93); }
H1.HeaderClassName
{
color: #38D65D;
}
.AnyTagClassName
{
color: #38D65D;
}
</style>
background-color css
<style>
a { background-color: #38D65D; }
a { background-color: rgb(56,214,93); }
div.DivClassName
{
background-color: #38D65D;
}
.BgClassName
{
background-color: #38D65D;
}
</style>
border-color css
<style>
span { border-color: #38D65D; }
span { border-color: rgb(56,214,93); }
td.TdClassName
{
border-color: #38D65D;
}
.TagClassName
{
border-color: #38D65D;
}
</style>