Shades of Emerald #38D55A
Tints of Emerald #38D55A
RGB
CMYK
RGB Variations
Color information
#38D55A (or 0x38D55A) is known color: Emerald. HEX triplet: 38, D5 and 5A. RGB value is (56,213,90). Sum of RGB (Red+Green+Blue) = 56+213+90=359 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.60% from 359); Green value is 213 (83.59% from 255 or 59.33% from 359); Blue value is 90 (35.55% from 255 or 25.07% from 359); Max value from RGB is 213 - color contains mainly: green. Hex color #38D55A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38D55A is #C72AA5. Grayscale: #989898. Windows color (decimal): -13052582 or 5952824. OLE color: 5952824.
HSL color Cylindrical-coordinate representation of color #38D55A: hue angle of 132.99º 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 #38D55A is Cyan = 0.74, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 56 | 213 | 90 | - |
| CMYK | 0.74 | 0 | 0.58 | 0.16 |
| HSL | 132.99º | 0.65% | 0.53% | - |
| HSV(B) | 132.99º | 0.74% | 0.84% | - |
| XYZ | 27.27 | 49.17 | 17.73 | - |
| YUV | 152.04 | 92.99 | 59.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 213 | 90 | 0.74 | 0 | 0.58 | 0.16 | 132.99 | 0.65 | 0.53 |
| Hex | 38 | D5 | 5A | 4A | 0 | 3A | 10 | 85 | 41 | 35 |
| Octal | 70 | 325 | 132 | 112 | 0 | 72 | 20 | 205 | 101 | 65 |
| Binary | 111000 | 11010101 | 1011010 | 1001010 | 0 | 111010 | 10000 | 10000101 | 1000001 | 110101 |
Color Harmonies of #38D55A
Complementary color
Monochromatic Colors of #38D55A
Black with #38D55A
Text Example
Text Example
White with #38D55A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38D55A; }
p { color: rgb(56,213,90); }
H1.HeaderClassName
{
color: #38D55A;
}
.AnyTagClassName
{
color: #38D55A;
}
</style>
background-color css
<style>
a { background-color: #38D55A; }
a { background-color: rgb(56,213,90); }
div.DivClassName
{
background-color: #38D55A;
}
.BgClassName
{
background-color: #38D55A;
}
</style>
border-color css
<style>
span { border-color: #38D55A; }
span { border-color: rgb(56,213,90); }
td.TdClassName
{
border-color: #38D55A;
}
.TagClassName
{
border-color: #38D55A;
}
</style>