Shades of Malachite #2DF853
Tints of Malachite #2DF853
RGB
CMYK
RGB Variations
Color information
#2DF853 (or 0x2DF853) is known color: Malachite. HEX triplet: 2D, F8 and 53. RGB value is (45,248,83). Sum of RGB (Red+Green+Blue) = 45+248+83=376 (49% of max value = 765). Red value is 45 (17.97% from 255 or 11.97% from 376); Green value is 248 (97.27% from 255 or 65.96% from 376); Blue value is 83 (32.81% from 255 or 22.07% from 376); Max value from RGB is 248 - color contains mainly: green. Hex color #2DF853 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2DF853 is #D207AC. Grayscale: #A8A8A8. Windows color (decimal): -13764525 or 5503021. OLE color: 5503021.
HSL color Cylindrical-coordinate representation of color #2DF853: hue angle of 131.23º 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 #2DF853 is Cyan = 0.82, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 45 | 248 | 83 | - |
| CMYK | 0.82 | 0 | 0.67 | 0.03 |
| HSL | 131.23º | 0.94% | 0.57% | - |
| HSV(B) | 131.23º | 0.82% | 0.97% | - |
| XYZ | 36.21 | 68.32 | 19.46 | - |
| YUV | 168.49 | 79.75 | 39.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 248 | 83 | 0.82 | 0 | 0.67 | 0.03 | 131.23 | 0.94 | 0.57 |
| Hex | 2D | F8 | 53 | 52 | 0 | 43 | 3 | 83 | 5E | 39 |
| Octal | 55 | 370 | 123 | 122 | 0 | 103 | 3 | 203 | 136 | 71 |
| Binary | 101101 | 11111000 | 1010011 | 1010010 | 0 | 1000011 | 11 | 10000011 | 1011110 | 111001 |
Color Harmonies of #2DF853
Complementary color
Monochromatic Colors of #2DF853
Black with #2DF853
Text Example
Text Example
White with #2DF853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DF853; }
p { color: rgb(45,248,83); }
H1.HeaderClassName
{
color: #2DF853;
}
.AnyTagClassName
{
color: #2DF853;
}
</style>
background-color css
<style>
a { background-color: #2DF853; }
a { background-color: rgb(45,248,83); }
div.DivClassName
{
background-color: #2DF853;
}
.BgClassName
{
background-color: #2DF853;
}
</style>
border-color css
<style>
span { border-color: #2DF853; }
span { border-color: rgb(45,248,83); }
td.TdClassName
{
border-color: #2DF853;
}
.TagClassName
{
border-color: #2DF853;
}
</style>