Shades of Emerald #38D45B
Tints of Emerald #38D45B
RGB
CMYK
RGB Variations
Color information
#38D45B (or 0x38D45B) is known color: Emerald. HEX triplet: 38, D4 and 5B. RGB value is (56,212,91). Sum of RGB (Red+Green+Blue) = 56+212+91=359 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.60% from 359); Green value is 212 (83.20% from 255 or 59.05% from 359); Blue value is 91 (35.94% from 255 or 25.35% from 359); Max value from RGB is 212 - color contains mainly: green. Hex color #38D45B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38D45B is #C72BA4. Grayscale: #979797. Windows color (decimal): -13052837 or 6018104. OLE color: 6018104.
HSL color Cylindrical-coordinate representation of color #38D45B: hue angle of 133.46º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #38D45B is Cyan = 0.74, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 56 | 212 | 91 | - |
| CMYK | 0.74 | 0 | 0.57 | 0.17 |
| HSL | 133.46º | 0.64% | 0.53% | - |
| HSV(B) | 133.46º | 0.74% | 0.83% | - |
| XYZ | 27.06 | 48.68 | 17.87 | - |
| YUV | 151.56 | 93.82 | 59.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 212 | 91 | 0.74 | 0 | 0.57 | 0.17 | 133.46 | 0.64 | 0.53 |
| Hex | 38 | D4 | 5B | 4A | 0 | 39 | 11 | 85 | 40 | 35 |
| Octal | 70 | 324 | 133 | 112 | 0 | 71 | 21 | 205 | 100 | 65 |
| Binary | 111000 | 11010100 | 1011011 | 1001010 | 0 | 111001 | 10001 | 10000101 | 1000000 | 110101 |
Color Harmonies of #38D45B
Complementary color
Monochromatic Colors of #38D45B
Black with #38D45B
Text Example
Text Example
White with #38D45B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38D45B; }
p { color: rgb(56,212,91); }
H1.HeaderClassName
{
color: #38D45B;
}
.AnyTagClassName
{
color: #38D45B;
}
</style>
background-color css
<style>
a { background-color: #38D45B; }
a { background-color: rgb(56,212,91); }
div.DivClassName
{
background-color: #38D45B;
}
.BgClassName
{
background-color: #38D45B;
}
</style>
border-color css
<style>
span { border-color: #38D45B; }
span { border-color: rgb(56,212,91); }
td.TdClassName
{
border-color: #38D45B;
}
.TagClassName
{
border-color: #38D45B;
}
</style>