Shades of Malachite #2DE666
Tints of Malachite #2DE666
RGB
CMYK
RGB Variations
Color information
#2DE666 (or 0x2DE666) is known color: Malachite. HEX triplet: 2D, E6 and 66. RGB value is (45,230,102). Sum of RGB (Red+Green+Blue) = 45+230+102=377 (49% of max value = 765). Red value is 45 (17.97% from 255 or 11.94% from 377); Green value is 230 (90.23% from 255 or 61.01% from 377); Blue value is 102 (40.23% from 255 or 27.06% from 377); Max value from RGB is 230 - color contains mainly: green. Hex color #2DE666 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2DE666 is #D21999. Grayscale: #A0A0A0. Windows color (decimal): -13769114 or 6743597. OLE color: 6743597.
HSL color Cylindrical-coordinate representation of color #2DE666: hue angle of 138.49º 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 #2DE666 is Cyan = 0.80, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 45 | 230 | 102 | - |
| CMYK | 0.80 | 0 | 0.56 | 0.10 |
| HSL | 138.49º | 0.79% | 0.54% | - |
| HSV(B) | 138.49º | 0.8% | 0.9% | - |
| XYZ | 31.78 | 58.11 | 22.11 | - |
| YUV | 160.09 | 95.21 | 45.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 230 | 102 | 0.80 | 0 | 0.56 | 0.10 | 138.49 | 0.79 | 0.54 |
| Hex | 2D | E6 | 66 | 50 | 0 | 38 | A | 8A | 4F | 36 |
| Octal | 55 | 346 | 146 | 120 | 0 | 70 | 12 | 212 | 117 | 66 |
| Binary | 101101 | 11100110 | 1100110 | 1010000 | 0 | 111000 | 1010 | 10001010 | 1001111 | 110110 |
Color Harmonies of #2DE666
Complementary color
Monochromatic Colors of #2DE666
Black with #2DE666
Text Example
Text Example
White with #2DE666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DE666; }
p { color: rgb(45,230,102); }
H1.HeaderClassName
{
color: #2DE666;
}
.AnyTagClassName
{
color: #2DE666;
}
</style>
background-color css
<style>
a { background-color: #2DE666; }
a { background-color: rgb(45,230,102); }
div.DivClassName
{
background-color: #2DE666;
}
.BgClassName
{
background-color: #2DE666;
}
</style>
border-color css
<style>
span { border-color: #2DE666; }
span { border-color: rgb(45,230,102); }
td.TdClassName
{
border-color: #2DE666;
}
.TagClassName
{
border-color: #2DE666;
}
</style>