Shades of Emerald #38D35A
Tints of Emerald #38D35A
RGB
CMYK
RGB Variations
Color information
#38D35A (or 0x38D35A) is known color: Emerald. HEX triplet: 38, D3 and 5A. RGB value is (56,211,90). Sum of RGB (Red+Green+Blue) = 56+211+90=357 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.69% from 357); Green value is 211 (82.81% from 255 or 59.10% from 357); Blue value is 90 (35.55% from 255 or 25.21% from 357); Max value from RGB is 211 - color contains mainly: green. Hex color #38D35A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38D35A is #C72CA5. Grayscale: #979797. Windows color (decimal): -13053094 or 5952312. OLE color: 5952312.
HSL color Cylindrical-coordinate representation of color #38D35A: hue angle of 133.16º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #38D35A is Cyan = 0.73, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 56 | 211 | 90 | - |
| CMYK | 0.73 | 0 | 0.57 | 0.17 |
| HSL | 133.16º | 0.64% | 0.52% | - |
| HSV(B) | 133.16º | 0.73% | 0.83% | - |
| XYZ | 26.77 | 48.17 | 17.56 | - |
| YUV | 150.86 | 93.65 | 60.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 211 | 90 | 0.73 | 0 | 0.57 | 0.17 | 133.16 | 0.64 | 0.52 |
| Hex | 38 | D3 | 5A | 49 | 0 | 39 | 11 | 85 | 40 | 34 |
| Octal | 70 | 323 | 132 | 111 | 0 | 71 | 21 | 205 | 100 | 64 |
| Binary | 111000 | 11010011 | 1011010 | 1001001 | 0 | 111001 | 10001 | 10000101 | 1000000 | 110100 |
Color Harmonies of #38D35A
Complementary color
Monochromatic Colors of #38D35A
Black with #38D35A
Text Example
Text Example
White with #38D35A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38D35A; }
p { color: rgb(56,211,90); }
H1.HeaderClassName
{
color: #38D35A;
}
.AnyTagClassName
{
color: #38D35A;
}
</style>
background-color css
<style>
a { background-color: #38D35A; }
a { background-color: rgb(56,211,90); }
div.DivClassName
{
background-color: #38D35A;
}
.BgClassName
{
background-color: #38D35A;
}
</style>
border-color css
<style>
span { border-color: #38D35A; }
span { border-color: rgb(56,211,90); }
td.TdClassName
{
border-color: #38D35A;
}
.TagClassName
{
border-color: #38D35A;
}
</style>