Shades of Malachite #36EE5A
Tints of Malachite #36EE5A
RGB
CMYK
RGB Variations
Color information
#36EE5A (or 0x36EE5A) is known color: Malachite. HEX triplet: 36, EE and 5A. RGB value is (54,238,90). Sum of RGB (Red+Green+Blue) = 54+238+90=382 (50% of max value = 765). Red value is 54 (21.48% from 255 or 14.14% from 382); Green value is 238 (93.36% from 255 or 62.30% from 382); Blue value is 90 (35.55% from 255 or 23.56% from 382); Max value from RGB is 238 - color contains mainly: green. Hex color #36EE5A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #36EE5A is #C911A5. Grayscale: #A6A6A6. Windows color (decimal): -13177254 or 5959222. OLE color: 5959222.
HSL color Cylindrical-coordinate representation of color #36EE5A: hue angle of 131.74º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #36EE5A is Cyan = 0.77, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 54 | 238 | 90 | - |
| CMYK | 0.77 | 0 | 0.62 | 0.07 |
| HSL | 131.74º | 0.84% | 0.57% | - |
| HSV(B) | 131.74º | 0.77% | 0.93% | - |
| XYZ | 33.94 | 62.67 | 19.98 | - |
| YUV | 166.11 | 85.04 | 48.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 238 | 90 | 0.77 | 0 | 0.62 | 0.07 | 131.74 | 0.84 | 0.57 |
| Hex | 36 | EE | 5A | 4D | 0 | 3E | 7 | 84 | 54 | 39 |
| Octal | 66 | 356 | 132 | 115 | 0 | 76 | 7 | 204 | 124 | 71 |
| Binary | 110110 | 11101110 | 1011010 | 1001101 | 0 | 111110 | 111 | 10000100 | 1010100 | 111001 |
Color Harmonies of #36EE5A
Complementary color
Monochromatic Colors of #36EE5A
Black with #36EE5A
Text Example
Text Example
White with #36EE5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36EE5A; }
p { color: rgb(54,238,90); }
H1.HeaderClassName
{
color: #36EE5A;
}
.AnyTagClassName
{
color: #36EE5A;
}
</style>
background-color css
<style>
a { background-color: #36EE5A; }
a { background-color: rgb(54,238,90); }
div.DivClassName
{
background-color: #36EE5A;
}
.BgClassName
{
background-color: #36EE5A;
}
</style>
border-color css
<style>
span { border-color: #36EE5A; }
span { border-color: rgb(54,238,90); }
td.TdClassName
{
border-color: #36EE5A;
}
.TagClassName
{
border-color: #36EE5A;
}
</style>