Shades of Malachite #2DF854
Tints of Malachite #2DF854
RGB
CMYK
RGB Variations
Color information
#2DF854 (or 0x2DF854) is known color: Malachite. HEX triplet: 2D, F8 and 54. RGB value is (45,248,84). Sum of RGB (Red+Green+Blue) = 45+248+84=377 (49% of max value = 765). Red value is 45 (17.97% from 255 or 11.94% from 377); Green value is 248 (97.27% from 255 or 65.78% from 377); Blue value is 84 (33.20% from 255 or 22.28% from 377); Max value from RGB is 248 - color contains mainly: green. Hex color #2DF854 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2DF854 is #D207AB. Grayscale: #A9A9A9. Windows color (decimal): -13764524 or 5568557. OLE color: 5568557.
HSL color Cylindrical-coordinate representation of color #2DF854: hue angle of 131.53º 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 #2DF854 is Cyan = 0.82, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 45 | 248 | 84 | - |
| CMYK | 0.82 | 0 | 0.66 | 0.03 |
| HSL | 131.53º | 0.94% | 0.57% | - |
| HSV(B) | 131.53º | 0.82% | 0.97% | - |
| XYZ | 36.25 | 68.33 | 19.67 | - |
| YUV | 168.61 | 80.25 | 39.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 248 | 84 | 0.82 | 0 | 0.66 | 0.03 | 131.53 | 0.94 | 0.57 |
| Hex | 2D | F8 | 54 | 52 | 0 | 42 | 3 | 84 | 5E | 39 |
| Octal | 55 | 370 | 124 | 122 | 0 | 102 | 3 | 204 | 136 | 71 |
| Binary | 101101 | 11111000 | 1010100 | 1010010 | 0 | 1000010 | 11 | 10000100 | 1011110 | 111001 |
Color Harmonies of #2DF854
Complementary color
Monochromatic Colors of #2DF854
Black with #2DF854
Text Example
Text Example
White with #2DF854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DF854; }
p { color: rgb(45,248,84); }
H1.HeaderClassName
{
color: #2DF854;
}
.AnyTagClassName
{
color: #2DF854;
}
</style>
background-color css
<style>
a { background-color: #2DF854; }
a { background-color: rgb(45,248,84); }
div.DivClassName
{
background-color: #2DF854;
}
.BgClassName
{
background-color: #2DF854;
}
</style>
border-color css
<style>
span { border-color: #2DF854; }
span { border-color: rgb(45,248,84); }
td.TdClassName
{
border-color: #2DF854;
}
.TagClassName
{
border-color: #2DF854;
}
</style>