Shades of Malachite #2DFE55
Tints of Malachite #2DFE55
RGB
CMYK
RGB Variations
Color information
#2DFE55 (or 0x2DFE55) is known color: Malachite. HEX triplet: 2D, FE and 55. RGB value is (45,254,85). Sum of RGB (Red+Green+Blue) = 45+254+85=384 (50% of max value = 765). Red value is 45 (17.97% from 255 or 11.72% from 384); Green value is 254 (99.61% from 255 or 66.15% from 384); Blue value is 85 (33.59% from 255 or 22.14% from 384); Max value from RGB is 254 - color contains mainly: green. Hex color #2DFE55 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2DFE55 is #D201AA. Grayscale: #ACACAC. Windows color (decimal): -13762987 or 5635629. OLE color: 5635629.
HSL color Cylindrical-coordinate representation of color #2DFE55: hue angle of 131.48º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DFE55 is Cyan = 0.82, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 45 | 254 | 85 | - |
| CMYK | 0.82 | 0 | 0.67 | 0.00 |
| HSL | 131.48º | 0.99% | 0.59% | - |
| HSV(B) | 131.48º | 0.82% | 1% | - |
| XYZ | 38.16 | 72.1 | 20.5 | - |
| YUV | 172.24 | 78.76 | 37.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 254 | 85 | 0.82 | 0 | 0.67 | 0.00 | 131.48 | 0.99 | 0.59 |
| Hex | 2D | FE | 55 | 52 | 0 | 43 | 0 | 83 | 63 | 3B |
| Octal | 55 | 376 | 125 | 122 | 0 | 103 | 0 | 203 | 143 | 73 |
| Binary | 101101 | 11111110 | 1010101 | 1010010 | 0 | 1000011 | 0 | 10000011 | 1100011 | 111011 |
Color Harmonies of #2DFE55
Complementary color
Monochromatic Colors of #2DFE55
Black with #2DFE55
Text Example
Text Example
White with #2DFE55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DFE55; }
p { color: rgb(45,254,85); }
H1.HeaderClassName
{
color: #2DFE55;
}
.AnyTagClassName
{
color: #2DFE55;
}
</style>
background-color css
<style>
a { background-color: #2DFE55; }
a { background-color: rgb(45,254,85); }
div.DivClassName
{
background-color: #2DFE55;
}
.BgClassName
{
background-color: #2DFE55;
}
</style>
border-color css
<style>
span { border-color: #2DFE55; }
span { border-color: rgb(45,254,85); }
td.TdClassName
{
border-color: #2DFE55;
}
.TagClassName
{
border-color: #2DFE55;
}
</style>