Shades of Malachite #2DEE56
Tints of Malachite #2DEE56
RGB
CMYK
RGB Variations
Color information
#2DEE56 (or 0x2DEE56) is known color: Malachite. HEX triplet: 2D, EE and 56. RGB value is (45,238,86). Sum of RGB (Red+Green+Blue) = 45+238+86=369 (48% of max value = 765). Red value is 45 (17.97% from 255 or 12.20% from 369); Green value is 238 (93.36% from 255 or 64.50% from 369); Blue value is 86 (33.98% from 255 or 23.31% from 369); Max value from RGB is 238 - color contains mainly: green. Hex color #2DEE56 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2DEE56 is #D211A9. Grayscale: #A3A3A3. Windows color (decimal): -13767082 or 5697069. OLE color: 5697069.
HSL color Cylindrical-coordinate representation of color #2DEE56: hue angle of 132.75º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DEE56 is Cyan = 0.81, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 45 | 238 | 86 | - |
| CMYK | 0.81 | 0 | 0.64 | 0.07 |
| HSL | 132.75º | 0.85% | 0.55% | - |
| HSV(B) | 132.75º | 0.81% | 0.93% | - |
| XYZ | 33.34 | 62.38 | 19.09 | - |
| YUV | 162.97 | 84.56 | 43.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 238 | 86 | 0.81 | 0 | 0.64 | 0.07 | 132.75 | 0.85 | 0.55 |
| Hex | 2D | EE | 56 | 51 | 0 | 40 | 7 | 85 | 55 | 37 |
| Octal | 55 | 356 | 126 | 121 | 0 | 100 | 7 | 205 | 125 | 67 |
| Binary | 101101 | 11101110 | 1010110 | 1010001 | 0 | 1000000 | 111 | 10000101 | 1010101 | 110111 |
Color Harmonies of #2DEE56
Complementary color
Monochromatic Colors of #2DEE56
Black with #2DEE56
Text Example
Text Example
White with #2DEE56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DEE56; }
p { color: rgb(45,238,86); }
H1.HeaderClassName
{
color: #2DEE56;
}
.AnyTagClassName
{
color: #2DEE56;
}
</style>
background-color css
<style>
a { background-color: #2DEE56; }
a { background-color: rgb(45,238,86); }
div.DivClassName
{
background-color: #2DEE56;
}
.BgClassName
{
background-color: #2DEE56;
}
</style>
border-color css
<style>
span { border-color: #2DEE56; }
span { border-color: rgb(45,238,86); }
td.TdClassName
{
border-color: #2DEE56;
}
.TagClassName
{
border-color: #2DEE56;
}
</style>