Shades of Malachite #2DFB5A
Tints of Malachite #2DFB5A
RGB
CMYK
RGB Variations
Color information
#2DFB5A (or 0x2DFB5A) is known color: Malachite. HEX triplet: 2D, FB and 5A. RGB value is (45,251,90). Sum of RGB (Red+Green+Blue) = 45+251+90=386 (51% of max value = 765). Red value is 45 (17.97% from 255 or 11.66% from 386); Green value is 251 (98.44% from 255 or 65.03% from 386); Blue value is 90 (35.55% from 255 or 23.32% from 386); Max value from RGB is 251 - color contains mainly: green. Hex color #2DFB5A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2DFB5A is #D204A5. Grayscale: #ABABAB. Windows color (decimal): -13763750 or 5962541. OLE color: 5962541.
HSL color Cylindrical-coordinate representation of color #2DFB5A: hue angle of 133.11º degrees, saturation: 0.96, 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 #2DFB5A is Cyan = 0.82, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 45 | 251 | 90 | - |
| CMYK | 0.82 | 0 | 0.64 | 0.02 |
| HSL | 133.11º | 0.96% | 0.58% | - |
| HSV(B) | 133.11º | 0.82% | 0.98% | - |
| XYZ | 37.42 | 70.29 | 21.27 | - |
| YUV | 171.05 | 82.25 | 38.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 251 | 90 | 0.82 | 0 | 0.64 | 0.02 | 133.11 | 0.96 | 0.58 |
| Hex | 2D | FB | 5A | 52 | 0 | 40 | 2 | 85 | 60 | 3A |
| Octal | 55 | 373 | 132 | 122 | 0 | 100 | 2 | 205 | 140 | 72 |
| Binary | 101101 | 11111011 | 1011010 | 1010010 | 0 | 1000000 | 10 | 10000101 | 1100000 | 111010 |
Color Harmonies of #2DFB5A
Complementary color
Monochromatic Colors of #2DFB5A
Black with #2DFB5A
Text Example
Text Example
White with #2DFB5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DFB5A; }
p { color: rgb(45,251,90); }
H1.HeaderClassName
{
color: #2DFB5A;
}
.AnyTagClassName
{
color: #2DFB5A;
}
</style>
background-color css
<style>
a { background-color: #2DFB5A; }
a { background-color: rgb(45,251,90); }
div.DivClassName
{
background-color: #2DFB5A;
}
.BgClassName
{
background-color: #2DFB5A;
}
</style>
border-color css
<style>
span { border-color: #2DFB5A; }
span { border-color: rgb(45,251,90); }
td.TdClassName
{
border-color: #2DFB5A;
}
.TagClassName
{
border-color: #2DFB5A;
}
</style>