Shades of Malachite #2DF365
Tints of Malachite #2DF365
RGB
CMYK
RGB Variations
Color information
#2DF365 (or 0x2DF365) is known color: Malachite. HEX triplet: 2D, F3 and 65. RGB value is (45,243,101). Sum of RGB (Red+Green+Blue) = 45+243+101=389 (51% of max value = 765). Red value is 45 (17.97% from 255 or 11.57% from 389); Green value is 243 (95.31% from 255 or 62.47% from 389); Blue value is 101 (39.84% from 255 or 25.96% from 389); Max value from RGB is 243 - color contains mainly: green. Hex color #2DF365 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2DF365 is #D20C9A. Grayscale: #A7A7A7. Windows color (decimal): -13765787 or 6681389. OLE color: 6681389.
HSL color Cylindrical-coordinate representation of color #2DF365: hue angle of 136.97º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DF365 is Cyan = 0.81, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 45 | 243 | 101 | - |
| CMYK | 0.81 | 0 | 0.58 | 0.05 |
| HSL | 136.97º | 0.89% | 0.56% | - |
| HSV(B) | 136.97º | 0.81% | 0.95% | - |
| XYZ | 35.48 | 65.6 | 23.1 | - |
| YUV | 167.61 | 90.4 | 40.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 243 | 101 | 0.81 | 0 | 0.58 | 0.05 | 136.97 | 0.89 | 0.56 |
| Hex | 2D | F3 | 65 | 51 | 0 | 3A | 5 | 89 | 59 | 38 |
| Octal | 55 | 363 | 145 | 121 | 0 | 72 | 5 | 211 | 131 | 70 |
| Binary | 101101 | 11110011 | 1100101 | 1010001 | 0 | 111010 | 101 | 10001001 | 1011001 | 111000 |
Color Harmonies of #2DF365
Complementary color
Monochromatic Colors of #2DF365
Black with #2DF365
Text Example
Text Example
White with #2DF365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DF365; }
p { color: rgb(45,243,101); }
H1.HeaderClassName
{
color: #2DF365;
}
.AnyTagClassName
{
color: #2DF365;
}
</style>
background-color css
<style>
a { background-color: #2DF365; }
a { background-color: rgb(45,243,101); }
div.DivClassName
{
background-color: #2DF365;
}
.BgClassName
{
background-color: #2DF365;
}
</style>
border-color css
<style>
span { border-color: #2DF365; }
span { border-color: rgb(45,243,101); }
td.TdClassName
{
border-color: #2DF365;
}
.TagClassName
{
border-color: #2DF365;
}
</style>