Shades of Malachite #2DF860
Tints of Malachite #2DF860
RGB
CMYK
RGB Variations
Color information
#2DF860 (or 0x2DF860) is known color: Malachite. HEX triplet: 2D, F8 and 60. RGB value is (45,248,96). Sum of RGB (Red+Green+Blue) = 45+248+96=389 (51% of max value = 765). Red value is 45 (17.97% from 255 or 11.57% from 389); Green value is 248 (97.27% from 255 or 63.75% from 389); Blue value is 96 (37.89% from 255 or 24.68% from 389); Max value from RGB is 248 - color contains mainly: green. Hex color #2DF860 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2DF860 is #D2079F. Grayscale: #AAAAAA. Windows color (decimal): -13764512 or 6354989. OLE color: 6354989.
HSL color Cylindrical-coordinate representation of color #2DF860: hue angle of 135.07º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DF860 is Cyan = 0.82, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 45 | 248 | 96 | - |
| CMYK | 0.82 | 0 | 0.61 | 0.03 |
| HSL | 135.07º | 0.94% | 0.57% | - |
| HSV(B) | 135.07º | 0.82% | 0.97% | - |
| XYZ | 36.76 | 68.54 | 22.36 | - |
| YUV | 169.98 | 86.25 | 38.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 248 | 96 | 0.82 | 0 | 0.61 | 0.03 | 135.07 | 0.94 | 0.57 |
| Hex | 2D | F8 | 60 | 52 | 0 | 3D | 3 | 87 | 5E | 39 |
| Octal | 55 | 370 | 140 | 122 | 0 | 75 | 3 | 207 | 136 | 71 |
| Binary | 101101 | 11111000 | 1100000 | 1010010 | 0 | 111101 | 11 | 10000111 | 1011110 | 111001 |
Color Harmonies of #2DF860
Complementary color
Monochromatic Colors of #2DF860
Black with #2DF860
Text Example
Text Example
White with #2DF860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DF860; }
p { color: rgb(45,248,96); }
H1.HeaderClassName
{
color: #2DF860;
}
.AnyTagClassName
{
color: #2DF860;
}
</style>
background-color css
<style>
a { background-color: #2DF860; }
a { background-color: rgb(45,248,96); }
div.DivClassName
{
background-color: #2DF860;
}
.BgClassName
{
background-color: #2DF860;
}
</style>
border-color css
<style>
span { border-color: #2DF860; }
span { border-color: rgb(45,248,96); }
td.TdClassName
{
border-color: #2DF860;
}
.TagClassName
{
border-color: #2DF860;
}
</style>