Shades of Malachite #2DF857
Tints of Malachite #2DF857
RGB
CMYK
RGB Variations
Color information
#2DF857 (or 0x2DF857) is known color: Malachite. HEX triplet: 2D, F8 and 57. RGB value is (45,248,87). Sum of RGB (Red+Green+Blue) = 45+248+87=380 (50% of max value = 765). Red value is 45 (17.97% from 255 or 11.84% from 380); Green value is 248 (97.27% from 255 or 65.26% from 380); Blue value is 87 (34.38% from 255 or 22.89% from 380); Max value from RGB is 248 - color contains mainly: green. Hex color #2DF857 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2DF857 is #D207A8. Grayscale: #A9A9A9. Windows color (decimal): -13764521 or 5765165. OLE color: 5765165.
HSL color Cylindrical-coordinate representation of color #2DF857: hue angle of 132.41º 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 #2DF857 is Cyan = 0.82, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 45 | 248 | 87 | - |
| CMYK | 0.82 | 0 | 0.65 | 0.03 |
| HSL | 132.41º | 0.94% | 0.57% | - |
| HSV(B) | 132.41º | 0.82% | 0.97% | - |
| XYZ | 36.37 | 68.38 | 20.3 | - |
| YUV | 168.95 | 81.75 | 39.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 248 | 87 | 0.82 | 0 | 0.65 | 0.03 | 132.41 | 0.94 | 0.57 |
| Hex | 2D | F8 | 57 | 52 | 0 | 41 | 3 | 84 | 5E | 39 |
| Octal | 55 | 370 | 127 | 122 | 0 | 101 | 3 | 204 | 136 | 71 |
| Binary | 101101 | 11111000 | 1010111 | 1010010 | 0 | 1000001 | 11 | 10000100 | 1011110 | 111001 |
Color Harmonies of #2DF857
Complementary color
Monochromatic Colors of #2DF857
Black with #2DF857
Text Example
Text Example
White with #2DF857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DF857; }
p { color: rgb(45,248,87); }
H1.HeaderClassName
{
color: #2DF857;
}
.AnyTagClassName
{
color: #2DF857;
}
</style>
background-color css
<style>
a { background-color: #2DF857; }
a { background-color: rgb(45,248,87); }
div.DivClassName
{
background-color: #2DF857;
}
.BgClassName
{
background-color: #2DF857;
}
</style>
border-color css
<style>
span { border-color: #2DF857; }
span { border-color: rgb(45,248,87); }
td.TdClassName
{
border-color: #2DF857;
}
.TagClassName
{
border-color: #2DF857;
}
</style>