Shades of Malachite #2DF963
Tints of Malachite #2DF963
RGB
CMYK
RGB Variations
Color information
#2DF963 (or 0x2DF963) is known color: Malachite. HEX triplet: 2D, F9 and 63. RGB value is (45,249,99). Sum of RGB (Red+Green+Blue) = 45+249+99=393 (52% of max value = 765). Red value is 45 (17.97% from 255 or 11.45% from 393); Green value is 249 (97.66% from 255 or 63.36% from 393); Blue value is 99 (39.06% from 255 or 25.19% from 393); Max value from RGB is 249 - color contains mainly: green. Hex color #2DF963 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2DF963 is #D2069C. Grayscale: #ABABAB. Windows color (decimal): -13764253 or 6551853. OLE color: 6551853.
HSL color Cylindrical-coordinate representation of color #2DF963: hue angle of 135.88º 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 #2DF963 is Cyan = 0.82, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 45 | 249 | 99 | - |
| CMYK | 0.82 | 0 | 0.60 | 0.02 |
| HSL | 135.88º | 0.94% | 0.58% | - |
| HSV(B) | 135.88º | 0.82% | 0.98% | - |
| XYZ | 37.21 | 69.21 | 23.2 | - |
| YUV | 170.9 | 87.41 | 38.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 249 | 99 | 0.82 | 0 | 0.60 | 0.02 | 135.88 | 0.94 | 0.58 |
| Hex | 2D | F9 | 63 | 52 | 0 | 3C | 2 | 88 | 5E | 3A |
| Octal | 55 | 371 | 143 | 122 | 0 | 74 | 2 | 210 | 136 | 72 |
| Binary | 101101 | 11111001 | 1100011 | 1010010 | 0 | 111100 | 10 | 10001000 | 1011110 | 111010 |
Color Harmonies of #2DF963
Complementary color
Monochromatic Colors of #2DF963
Black with #2DF963
Text Example
Text Example
White with #2DF963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DF963; }
p { color: rgb(45,249,99); }
H1.HeaderClassName
{
color: #2DF963;
}
.AnyTagClassName
{
color: #2DF963;
}
</style>
background-color css
<style>
a { background-color: #2DF963; }
a { background-color: rgb(45,249,99); }
div.DivClassName
{
background-color: #2DF963;
}
.BgClassName
{
background-color: #2DF963;
}
</style>
border-color css
<style>
span { border-color: #2DF963; }
span { border-color: rgb(45,249,99); }
td.TdClassName
{
border-color: #2DF963;
}
.TagClassName
{
border-color: #2DF963;
}
</style>