Shades of Malachite #2DF961
Tints of Malachite #2DF961
RGB
CMYK
RGB Variations
Color information
#2DF961 (or 0x2DF961) is known color: Malachite. HEX triplet: 2D, F9 and 61. RGB value is (45,249,97). Sum of RGB (Red+Green+Blue) = 45+249+97=391 (51% of max value = 765). Red value is 45 (17.97% from 255 or 11.51% from 391); Green value is 249 (97.66% from 255 or 63.68% from 391); Blue value is 97 (38.28% from 255 or 24.81% from 391); Max value from RGB is 249 - color contains mainly: green. Hex color #2DF961 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2DF961 is #D2069E. Grayscale: #ABABAB. Windows color (decimal): -13764255 or 6420781. OLE color: 6420781.
HSL color Cylindrical-coordinate representation of color #2DF961: hue angle of 135.29º 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 #2DF961 is Cyan = 0.82, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 45 | 249 | 97 | - |
| CMYK | 0.82 | 0 | 0.61 | 0.02 |
| HSL | 135.29º | 0.94% | 0.58% | - |
| HSV(B) | 135.29º | 0.82% | 0.98% | - |
| XYZ | 37.12 | 69.17 | 22.7 | - |
| YUV | 170.68 | 86.41 | 38.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 249 | 97 | 0.82 | 0 | 0.61 | 0.02 | 135.29 | 0.94 | 0.58 |
| Hex | 2D | F9 | 61 | 52 | 0 | 3D | 2 | 87 | 5E | 3A |
| Octal | 55 | 371 | 141 | 122 | 0 | 75 | 2 | 207 | 136 | 72 |
| Binary | 101101 | 11111001 | 1100001 | 1010010 | 0 | 111101 | 10 | 10000111 | 1011110 | 111010 |
Color Harmonies of #2DF961
Complementary color
Monochromatic Colors of #2DF961
Black with #2DF961
Text Example
Text Example
White with #2DF961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DF961; }
p { color: rgb(45,249,97); }
H1.HeaderClassName
{
color: #2DF961;
}
.AnyTagClassName
{
color: #2DF961;
}
</style>
background-color css
<style>
a { background-color: #2DF961; }
a { background-color: rgb(45,249,97); }
div.DivClassName
{
background-color: #2DF961;
}
.BgClassName
{
background-color: #2DF961;
}
</style>
border-color css
<style>
span { border-color: #2DF961; }
span { border-color: rgb(45,249,97); }
td.TdClassName
{
border-color: #2DF961;
}
.TagClassName
{
border-color: #2DF961;
}
</style>