Shades of Malachite #2DF550
Tints of Malachite #2DF550
RGB
CMYK
RGB Variations
Color information
#2DF550 (or 0x2DF550) is known color: Malachite. HEX triplet: 2D, F5 and 50. RGB value is (45,245,80). Sum of RGB (Red+Green+Blue) = 45+245+80=370 (49% of max value = 765). Red value is 45 (17.97% from 255 or 12.16% from 370); Green value is 245 (96.09% from 255 or 66.22% from 370); Blue value is 80 (31.64% from 255 or 21.62% from 370); Max value from RGB is 245 - color contains mainly: green. Hex color #2DF550 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2DF550 is #D20AAF. Grayscale: #A6A6A6. Windows color (decimal): -13765296 or 5305645. OLE color: 5305645.
HSL color Cylindrical-coordinate representation of color #2DF550: hue angle of 130.5º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DF550 is Cyan = 0.82, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 45 | 245 | 80 | - |
| CMYK | 0.82 | 0 | 0.67 | 0.04 |
| HSL | 130.5º | 0.91% | 0.57% | - |
| HSV(B) | 130.5º | 0.82% | 0.96% | - |
| XYZ | 35.18 | 66.44 | 18.56 | - |
| YUV | 166.39 | 79.24 | 41.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 245 | 80 | 0.82 | 0 | 0.67 | 0.04 | 130.5 | 0.91 | 0.57 |
| Hex | 2D | F5 | 50 | 52 | 0 | 43 | 4 | 82 | 5B | 39 |
| Octal | 55 | 365 | 120 | 122 | 0 | 103 | 4 | 202 | 133 | 71 |
| Binary | 101101 | 11110101 | 1010000 | 1010010 | 0 | 1000011 | 100 | 10000010 | 1011011 | 111001 |
Color Harmonies of #2DF550
Complementary color
Monochromatic Colors of #2DF550
Black with #2DF550
Text Example
Text Example
White with #2DF550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DF550; }
p { color: rgb(45,245,80); }
H1.HeaderClassName
{
color: #2DF550;
}
.AnyTagClassName
{
color: #2DF550;
}
</style>
background-color css
<style>
a { background-color: #2DF550; }
a { background-color: rgb(45,245,80); }
div.DivClassName
{
background-color: #2DF550;
}
.BgClassName
{
background-color: #2DF550;
}
</style>
border-color css
<style>
span { border-color: #2DF550; }
span { border-color: rgb(45,245,80); }
td.TdClassName
{
border-color: #2DF550;
}
.TagClassName
{
border-color: #2DF550;
}
</style>