Shades of Malachite #2DE665
Tints of Malachite #2DE665
RGB
CMYK
RGB Variations
Color information
#2DE665 (or 0x2DE665) is known color: Malachite. HEX triplet: 2D, E6 and 65. RGB value is (45,230,101). Sum of RGB (Red+Green+Blue) = 45+230+101=376 (49% of max value = 765). Red value is 45 (17.97% from 255 or 11.97% from 376); Green value is 230 (90.23% from 255 or 61.17% from 376); Blue value is 101 (39.84% from 255 or 26.86% from 376); Max value from RGB is 230 - color contains mainly: green. Hex color #2DE665 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2DE665 is #D2199A. Grayscale: #A0A0A0. Windows color (decimal): -13769115 or 6678061. OLE color: 6678061.
HSL color Cylindrical-coordinate representation of color #2DE665: hue angle of 138.16º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2DE665 is Cyan = 0.80, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 45 | 230 | 101 | - |
| CMYK | 0.80 | 0 | 0.56 | 0.10 |
| HSL | 138.16º | 0.79% | 0.54% | - |
| HSV(B) | 138.16º | 0.8% | 0.9% | - |
| XYZ | 31.73 | 58.09 | 21.85 | - |
| YUV | 159.98 | 94.71 | 45.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 230 | 101 | 0.80 | 0 | 0.56 | 0.10 | 138.16 | 0.79 | 0.54 |
| Hex | 2D | E6 | 65 | 50 | 0 | 38 | A | 8A | 4F | 36 |
| Octal | 55 | 346 | 145 | 120 | 0 | 70 | 12 | 212 | 117 | 66 |
| Binary | 101101 | 11100110 | 1100101 | 1010000 | 0 | 111000 | 1010 | 10001010 | 1001111 | 110110 |
Color Harmonies of #2DE665
Complementary color
Monochromatic Colors of #2DE665
Black with #2DE665
Text Example
Text Example
White with #2DE665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DE665; }
p { color: rgb(45,230,101); }
H1.HeaderClassName
{
color: #2DE665;
}
.AnyTagClassName
{
color: #2DE665;
}
</style>
background-color css
<style>
a { background-color: #2DE665; }
a { background-color: rgb(45,230,101); }
div.DivClassName
{
background-color: #2DE665;
}
.BgClassName
{
background-color: #2DE665;
}
</style>
border-color css
<style>
span { border-color: #2DE665; }
span { border-color: rgb(45,230,101); }
td.TdClassName
{
border-color: #2DE665;
}
.TagClassName
{
border-color: #2DE665;
}
</style>