Shades of Malachite #2DF75B
Tints of Malachite #2DF75B
RGB
CMYK
RGB Variations
Color information
#2DF75B (or 0x2DF75B) is known color: Malachite. HEX triplet: 2D, F7 and 5B. RGB value is (45,247,91). Sum of RGB (Red+Green+Blue) = 45+247+91=383 (50% of max value = 765). Red value is 45 (17.97% from 255 or 11.75% from 383); Green value is 247 (96.88% from 255 or 64.49% from 383); Blue value is 91 (35.94% from 255 or 23.76% from 383); Max value from RGB is 247 - color contains mainly: green. Hex color #2DF75B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2DF75B is #D208A4. Grayscale: #A9A9A9. Windows color (decimal): -13764773 or 6027053. OLE color: 6027053.
HSL color Cylindrical-coordinate representation of color #2DF75B: hue angle of 133.66º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DF75B is Cyan = 0.82, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 45 | 247 | 91 | - |
| CMYK | 0.82 | 0 | 0.63 | 0.03 |
| HSL | 133.66º | 0.93% | 0.57% | - |
| HSV(B) | 133.66º | 0.82% | 0.97% | - |
| XYZ | 36.23 | 67.83 | 21.08 | - |
| YUV | 168.82 | 84.08 | 39.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 247 | 91 | 0.82 | 0 | 0.63 | 0.03 | 133.66 | 0.93 | 0.57 |
| Hex | 2D | F7 | 5B | 52 | 0 | 3F | 3 | 86 | 5D | 39 |
| Octal | 55 | 367 | 133 | 122 | 0 | 77 | 3 | 206 | 135 | 71 |
| Binary | 101101 | 11110111 | 1011011 | 1010010 | 0 | 111111 | 11 | 10000110 | 1011101 | 111001 |
Color Harmonies of #2DF75B
Complementary color
Monochromatic Colors of #2DF75B
Black with #2DF75B
Text Example
Text Example
White with #2DF75B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DF75B; }
p { color: rgb(45,247,91); }
H1.HeaderClassName
{
color: #2DF75B;
}
.AnyTagClassName
{
color: #2DF75B;
}
</style>
background-color css
<style>
a { background-color: #2DF75B; }
a { background-color: rgb(45,247,91); }
div.DivClassName
{
background-color: #2DF75B;
}
.BgClassName
{
background-color: #2DF75B;
}
</style>
border-color css
<style>
span { border-color: #2DF75B; }
span { border-color: rgb(45,247,91); }
td.TdClassName
{
border-color: #2DF75B;
}
.TagClassName
{
border-color: #2DF75B;
}
</style>