Shades of Malachite #38EE5E
Tints of Malachite #38EE5E
RGB
CMYK
RGB Variations
Color information
#38EE5E (or 0x38EE5E) is known color: Malachite. HEX triplet: 38, EE and 5E. RGB value is (56,238,94). Sum of RGB (Red+Green+Blue) = 56+238+94=388 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.43% from 388); Green value is 238 (93.36% from 255 or 61.34% from 388); Blue value is 94 (37.11% from 255 or 24.23% from 388); Max value from RGB is 238 - color contains mainly: green. Hex color #38EE5E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #38EE5E is #C711A1. Grayscale: #A7A7A7. Windows color (decimal): -13046178 or 6221368. OLE color: 6221368.
HSL color Cylindrical-coordinate representation of color #38EE5E: hue angle of 132.53º 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 #38EE5E is Cyan = 0.76, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 56 | 238 | 94 | - |
| CMYK | 0.76 | 0 | 0.61 | 0.07 |
| HSL | 132.53º | 0.84% | 0.58% | - |
| HSV(B) | 132.53º | 0.76% | 0.93% | - |
| XYZ | 34.23 | 62.8 | 20.91 | - |
| YUV | 167.17 | 86.7 | 48.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 238 | 94 | 0.76 | 0 | 0.61 | 0.07 | 132.53 | 0.84 | 0.58 |
| Hex | 38 | EE | 5E | 4C | 0 | 3D | 7 | 85 | 54 | 3A |
| Octal | 70 | 356 | 136 | 114 | 0 | 75 | 7 | 205 | 124 | 72 |
| Binary | 111000 | 11101110 | 1011110 | 1001100 | 0 | 111101 | 111 | 10000101 | 1010100 | 111010 |
Color Harmonies of #38EE5E
Complementary color
Monochromatic Colors of #38EE5E
Black with #38EE5E
Text Example
Text Example
White with #38EE5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38EE5E; }
p { color: rgb(56,238,94); }
H1.HeaderClassName
{
color: #38EE5E;
}
.AnyTagClassName
{
color: #38EE5E;
}
</style>
background-color css
<style>
a { background-color: #38EE5E; }
a { background-color: rgb(56,238,94); }
div.DivClassName
{
background-color: #38EE5E;
}
.BgClassName
{
background-color: #38EE5E;
}
</style>
border-color css
<style>
span { border-color: #38EE5E; }
span { border-color: rgb(56,238,94); }
td.TdClassName
{
border-color: #38EE5E;
}
.TagClassName
{
border-color: #38EE5E;
}
</style>