Shades of Malachite #2DFA60
Tints of Malachite #2DFA60
RGB
CMYK
RGB Variations
Color information
#2DFA60 (or 0x2DFA60) is known color: Malachite. HEX triplet: 2D, FA and 60. RGB value is (45,250,96). Sum of RGB (Red+Green+Blue) = 45+250+96=391 (51% of max value = 765). Red value is 45 (17.97% from 255 or 11.51% from 391); Green value is 250 (98.05% from 255 or 63.94% from 391); Blue value is 96 (37.89% from 255 or 24.55% from 391); Max value from RGB is 250 - color contains mainly: green. Hex color #2DFA60 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2DFA60 is #D2059F. Grayscale: #ABABAB. Windows color (decimal): -13764000 or 6355501. OLE color: 6355501.
HSL color Cylindrical-coordinate representation of color #2DFA60: hue angle of 134.93º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DFA60 is Cyan = 0.82, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 45 | 250 | 96 | - |
| CMYK | 0.82 | 0 | 0.62 | 0.02 |
| HSL | 134.93º | 0.95% | 0.58% | - |
| HSV(B) | 134.93º | 0.82% | 0.98% | - |
| XYZ | 37.38 | 69.77 | 22.56 | - |
| YUV | 171.15 | 85.58 | 38.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 250 | 96 | 0.82 | 0 | 0.62 | 0.02 | 134.93 | 0.95 | 0.58 |
| Hex | 2D | FA | 60 | 52 | 0 | 3E | 2 | 87 | 5F | 3A |
| Octal | 55 | 372 | 140 | 122 | 0 | 76 | 2 | 207 | 137 | 72 |
| Binary | 101101 | 11111010 | 1100000 | 1010010 | 0 | 111110 | 10 | 10000111 | 1011111 | 111010 |
Color Harmonies of #2DFA60
Complementary color
Monochromatic Colors of #2DFA60
Black with #2DFA60
Text Example
Text Example
White with #2DFA60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DFA60; }
p { color: rgb(45,250,96); }
H1.HeaderClassName
{
color: #2DFA60;
}
.AnyTagClassName
{
color: #2DFA60;
}
</style>
background-color css
<style>
a { background-color: #2DFA60; }
a { background-color: rgb(45,250,96); }
div.DivClassName
{
background-color: #2DFA60;
}
.BgClassName
{
background-color: #2DFA60;
}
</style>
border-color css
<style>
span { border-color: #2DFA60; }
span { border-color: rgb(45,250,96); }
td.TdClassName
{
border-color: #2DFA60;
}
.TagClassName
{
border-color: #2DFA60;
}
</style>