Shades of Malachite #2DF962
Tints of Malachite #2DF962
RGB
CMYK
RGB Variations
Color information
#2DF962 (or 0x2DF962) is known color: Malachite. HEX triplet: 2D, F9 and 62. RGB value is (45,249,98). Sum of RGB (Red+Green+Blue) = 45+249+98=392 (51% of max value = 765). Red value is 45 (17.97% from 255 or 11.48% from 392); Green value is 249 (97.66% from 255 or 63.52% from 392); Blue value is 98 (38.67% from 255 or 25% from 392); Max value from RGB is 249 - color contains mainly: green. Hex color #2DF962 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2DF962 is #D2069D. Grayscale: #ABABAB. Windows color (decimal): -13764254 or 6486317. OLE color: 6486317.
HSL color Cylindrical-coordinate representation of color #2DF962: hue angle of 135.59º 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 #2DF962 is Cyan = 0.82, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 45 | 249 | 98 | - |
| CMYK | 0.82 | 0 | 0.61 | 0.02 |
| HSL | 135.59º | 0.94% | 0.58% | - |
| HSV(B) | 135.59º | 0.82% | 0.98% | - |
| XYZ | 37.16 | 69.19 | 22.95 | - |
| YUV | 170.79 | 86.91 | 38.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 249 | 98 | 0.82 | 0 | 0.61 | 0.02 | 135.59 | 0.94 | 0.58 |
| Hex | 2D | F9 | 62 | 52 | 0 | 3D | 2 | 88 | 5E | 3A |
| Octal | 55 | 371 | 142 | 122 | 0 | 75 | 2 | 210 | 136 | 72 |
| Binary | 101101 | 11111001 | 1100010 | 1010010 | 0 | 111101 | 10 | 10001000 | 1011110 | 111010 |
Color Harmonies of #2DF962
Complementary color
Monochromatic Colors of #2DF962
Black with #2DF962
Text Example
Text Example
White with #2DF962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DF962; }
p { color: rgb(45,249,98); }
H1.HeaderClassName
{
color: #2DF962;
}
.AnyTagClassName
{
color: #2DF962;
}
</style>
background-color css
<style>
a { background-color: #2DF962; }
a { background-color: rgb(45,249,98); }
div.DivClassName
{
background-color: #2DF962;
}
.BgClassName
{
background-color: #2DF962;
}
</style>
border-color css
<style>
span { border-color: #2DF962; }
span { border-color: rgb(45,249,98); }
td.TdClassName
{
border-color: #2DF962;
}
.TagClassName
{
border-color: #2DF962;
}
</style>