Shades of Malachite #2DF96A
Tints of Malachite #2DF96A
RGB
CMYK
RGB Variations
Color information
#2DF96A (or 0x2DF96A) is known color: Malachite. HEX triplet: 2D, F9 and 6A. RGB value is (45,249,106). Sum of RGB (Red+Green+Blue) = 45+249+106=400 (52% of max value = 765). Red value is 45 (17.97% from 255 or 11.25% from 400); Green value is 249 (97.66% from 255 or 62.25% from 400); Blue value is 106 (41.80% from 255 or 26.5% from 400); Max value from RGB is 249 - color contains mainly: green. Hex color #2DF96A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2DF96A is #D20695. Grayscale: #ACACAC. Windows color (decimal): -13764246 or 7010605. OLE color: 7010605.
HSL color Cylindrical-coordinate representation of color #2DF96A: hue angle of 137.94º degrees, saturation: 0.94, 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 #2DF96A is Cyan = 0.82, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 45 | 249 | 106 | - |
| CMYK | 0.82 | 0 | 0.57 | 0.02 |
| HSL | 137.94º | 0.94% | 0.58% | - |
| HSV(B) | 137.94º | 0.82% | 0.98% | - |
| XYZ | 37.56 | 69.35 | 25.04 | - |
| YUV | 171.7 | 90.91 | 37.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 249 | 106 | 0.82 | 0 | 0.57 | 0.02 | 137.94 | 0.94 | 0.58 |
| Hex | 2D | F9 | 6A | 52 | 0 | 39 | 2 | 8A | 5E | 3A |
| Octal | 55 | 371 | 152 | 122 | 0 | 71 | 2 | 212 | 136 | 72 |
| Binary | 101101 | 11111001 | 1101010 | 1010010 | 0 | 111001 | 10 | 10001010 | 1011110 | 111010 |
Color Harmonies of #2DF96A
Complementary color
Monochromatic Colors of #2DF96A
Black with #2DF96A
Text Example
Text Example
White with #2DF96A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DF96A; }
p { color: rgb(45,249,106); }
H1.HeaderClassName
{
color: #2DF96A;
}
.AnyTagClassName
{
color: #2DF96A;
}
</style>
background-color css
<style>
a { background-color: #2DF96A; }
a { background-color: rgb(45,249,106); }
div.DivClassName
{
background-color: #2DF96A;
}
.BgClassName
{
background-color: #2DF96A;
}
</style>
border-color css
<style>
span { border-color: #2DF96A; }
span { border-color: rgb(45,249,106); }
td.TdClassName
{
border-color: #2DF96A;
}
.TagClassName
{
border-color: #2DF96A;
}
</style>