Shades of Malachite #2DE769
Tints of Malachite #2DE769
RGB
CMYK
RGB Variations
Color information
#2DE769 (or 0x2DE769) is known color: Malachite. HEX triplet: 2D, E7 and 69. RGB value is (45,231,105). Sum of RGB (Red+Green+Blue) = 45+231+105=381 (50% of max value = 765). Red value is 45 (17.97% from 255 or 11.81% from 381); Green value is 231 (90.62% from 255 or 60.63% from 381); Blue value is 105 (41.41% from 255 or 27.56% from 381); Max value from RGB is 231 - color contains mainly: green. Hex color #2DE769 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2DE769 is #D21896. Grayscale: #A1A1A1. Windows color (decimal): -13768855 or 6940461. OLE color: 6940461.
HSL color Cylindrical-coordinate representation of color #2DE769: hue angle of 139.35º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DE769 is Cyan = 0.81, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 45 | 231 | 105 | - |
| CMYK | 0.81 | 0 | 0.55 | 0.09 |
| HSL | 139.35º | 0.79% | 0.54% | - |
| HSV(B) | 139.35º | 0.81% | 0.91% | - |
| XYZ | 32.21 | 58.73 | 23 | - |
| YUV | 161.02 | 96.38 | 45.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 231 | 105 | 0.81 | 0 | 0.55 | 0.09 | 139.35 | 0.79 | 0.54 |
| Hex | 2D | E7 | 69 | 51 | 0 | 37 | 9 | 8B | 4F | 36 |
| Octal | 55 | 347 | 151 | 121 | 0 | 67 | 11 | 213 | 117 | 66 |
| Binary | 101101 | 11100111 | 1101001 | 1010001 | 0 | 110111 | 1001 | 10001011 | 1001111 | 110110 |
Color Harmonies of #2DE769
Complementary color
Monochromatic Colors of #2DE769
Black with #2DE769
Text Example
Text Example
White with #2DE769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DE769; }
p { color: rgb(45,231,105); }
H1.HeaderClassName
{
color: #2DE769;
}
.AnyTagClassName
{
color: #2DE769;
}
</style>
background-color css
<style>
a { background-color: #2DE769; }
a { background-color: rgb(45,231,105); }
div.DivClassName
{
background-color: #2DE769;
}
.BgClassName
{
background-color: #2DE769;
}
</style>
border-color css
<style>
span { border-color: #2DE769; }
span { border-color: rgb(45,231,105); }
td.TdClassName
{
border-color: #2DE769;
}
.TagClassName
{
border-color: #2DE769;
}
</style>