Shades of Malachite #38EE5D
Tints of Malachite #38EE5D
RGB
CMYK
RGB Variations
Color information
#38EE5D (or 0x38EE5D) is known color: Malachite. HEX triplet: 38, EE and 5D. RGB value is (56,238,93). Sum of RGB (Red+Green+Blue) = 56+238+93=387 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.47% from 387); Green value is 238 (93.36% from 255 or 61.50% from 387); Blue value is 93 (36.72% from 255 or 24.03% from 387); Max value from RGB is 238 - color contains mainly: green. Hex color #38EE5D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #38EE5D is #C711A2. Grayscale: #A7A7A7. Windows color (decimal): -13046179 or 6155832. OLE color: 6155832.
HSL color Cylindrical-coordinate representation of color #38EE5D: hue angle of 132.2º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #38EE5D is Cyan = 0.76, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 56 | 238 | 93 | - |
| CMYK | 0.76 | 0 | 0.61 | 0.07 |
| HSL | 132.2º | 0.84% | 0.58% | - |
| HSV(B) | 132.2º | 0.76% | 0.93% | - |
| XYZ | 34.18 | 62.78 | 20.67 | - |
| YUV | 167.05 | 86.2 | 48.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 238 | 93 | 0.76 | 0 | 0.61 | 0.07 | 132.2 | 0.84 | 0.58 |
| Hex | 38 | EE | 5D | 4C | 0 | 3D | 7 | 84 | 54 | 3A |
| Octal | 70 | 356 | 135 | 114 | 0 | 75 | 7 | 204 | 124 | 72 |
| Binary | 111000 | 11101110 | 1011101 | 1001100 | 0 | 111101 | 111 | 10000100 | 1010100 | 111010 |
Color Harmonies of #38EE5D
Complementary color
Monochromatic Colors of #38EE5D
Black with #38EE5D
Text Example
Text Example
White with #38EE5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38EE5D; }
p { color: rgb(56,238,93); }
H1.HeaderClassName
{
color: #38EE5D;
}
.AnyTagClassName
{
color: #38EE5D;
}
</style>
background-color css
<style>
a { background-color: #38EE5D; }
a { background-color: rgb(56,238,93); }
div.DivClassName
{
background-color: #38EE5D;
}
.BgClassName
{
background-color: #38EE5D;
}
</style>
border-color css
<style>
span { border-color: #38EE5D; }
span { border-color: rgb(56,238,93); }
td.TdClassName
{
border-color: #38EE5D;
}
.TagClassName
{
border-color: #38EE5D;
}
</style>