Shades of Malachite #2DF153
Tints of Malachite #2DF153
RGB
CMYK
RGB Variations
Color information
#2DF153 (or 0x2DF153) is known color: Malachite. HEX triplet: 2D, F1 and 53. RGB value is (45,241,83). Sum of RGB (Red+Green+Blue) = 45+241+83=369 (48% of max value = 765). Red value is 45 (17.97% from 255 or 12.20% from 369); Green value is 241 (94.53% from 255 or 65.31% from 369); Blue value is 83 (32.81% from 255 or 22.49% from 369); Max value from RGB is 241 - color contains mainly: green. Hex color #2DF153 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2DF153 is #D20EAC. Grayscale: #A4A4A4. Windows color (decimal): -13766317 or 5501229. OLE color: 5501229.
HSL color Cylindrical-coordinate representation of color #2DF153: hue angle of 131.63º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DF153 is Cyan = 0.81, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 45 | 241 | 83 | - |
| CMYK | 0.81 | 0 | 0.66 | 0.05 |
| HSL | 131.63º | 0.88% | 0.56% | - |
| HSV(B) | 131.63º | 0.81% | 0.95% | - |
| XYZ | 34.1 | 64.09 | 18.76 | - |
| YUV | 164.38 | 82.07 | 42.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 241 | 83 | 0.81 | 0 | 0.66 | 0.05 | 131.63 | 0.88 | 0.56 |
| Hex | 2D | F1 | 53 | 51 | 0 | 42 | 5 | 84 | 58 | 38 |
| Octal | 55 | 361 | 123 | 121 | 0 | 102 | 5 | 204 | 130 | 70 |
| Binary | 101101 | 11110001 | 1010011 | 1010001 | 0 | 1000010 | 101 | 10000100 | 1011000 | 111000 |
Color Harmonies of #2DF153
Complementary color
Monochromatic Colors of #2DF153
Black with #2DF153
Text Example
Text Example
White with #2DF153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DF153; }
p { color: rgb(45,241,83); }
H1.HeaderClassName
{
color: #2DF153;
}
.AnyTagClassName
{
color: #2DF153;
}
</style>
background-color css
<style>
a { background-color: #2DF153; }
a { background-color: rgb(45,241,83); }
div.DivClassName
{
background-color: #2DF153;
}
.BgClassName
{
background-color: #2DF153;
}
</style>
border-color css
<style>
span { border-color: #2DF153; }
span { border-color: rgb(45,241,83); }
td.TdClassName
{
border-color: #2DF153;
}
.TagClassName
{
border-color: #2DF153;
}
</style>