Shades of Malachite #2DF357
Tints of Malachite #2DF357
RGB
CMYK
RGB Variations
Color information
#2DF357 (or 0x2DF357) is known color: Malachite. HEX triplet: 2D, F3 and 57. RGB value is (45,243,87). Sum of RGB (Red+Green+Blue) = 45+243+87=375 (49% of max value = 765). Red value is 45 (17.97% from 255 or 12% from 375); Green value is 243 (95.31% from 255 or 64.8% from 375); Blue value is 87 (34.38% from 255 or 23.2% from 375); Max value from RGB is 243 - color contains mainly: green. Hex color #2DF357 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2DF357 is #D20CA8. Grayscale: #A6A6A6. Windows color (decimal): -13765801 or 5763885. OLE color: 5763885.
HSL color Cylindrical-coordinate representation of color #2DF357: hue angle of 132.73º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DF357 is Cyan = 0.81, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 45 | 243 | 87 | - |
| CMYK | 0.81 | 0 | 0.64 | 0.05 |
| HSL | 132.73º | 0.89% | 0.56% | - |
| HSV(B) | 132.73º | 0.81% | 0.95% | - |
| XYZ | 34.85 | 65.35 | 19.79 | - |
| YUV | 166.01 | 83.4 | 41.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 243 | 87 | 0.81 | 0 | 0.64 | 0.05 | 132.73 | 0.89 | 0.56 |
| Hex | 2D | F3 | 57 | 51 | 0 | 40 | 5 | 85 | 59 | 38 |
| Octal | 55 | 363 | 127 | 121 | 0 | 100 | 5 | 205 | 131 | 70 |
| Binary | 101101 | 11110011 | 1010111 | 1010001 | 0 | 1000000 | 101 | 10000101 | 1011001 | 111000 |
Color Harmonies of #2DF357
Complementary color
Monochromatic Colors of #2DF357
Black with #2DF357
Text Example
Text Example
White with #2DF357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DF357; }
p { color: rgb(45,243,87); }
H1.HeaderClassName
{
color: #2DF357;
}
.AnyTagClassName
{
color: #2DF357;
}
</style>
background-color css
<style>
a { background-color: #2DF357; }
a { background-color: rgb(45,243,87); }
div.DivClassName
{
background-color: #2DF357;
}
.BgClassName
{
background-color: #2DF357;
}
</style>
border-color css
<style>
span { border-color: #2DF357; }
span { border-color: rgb(45,243,87); }
td.TdClassName
{
border-color: #2DF357;
}
.TagClassName
{
border-color: #2DF357;
}
</style>