Shades of Malachite #2DFC63
Tints of Malachite #2DFC63
RGB
CMYK
RGB Variations
Color information
#2DFC63 (or 0x2DFC63) is known color: Malachite. HEX triplet: 2D, FC and 63. RGB value is (45,252,99). Sum of RGB (Red+Green+Blue) = 45+252+99=396 (52% of max value = 765). Red value is 45 (17.97% from 255 or 11.36% from 396); Green value is 252 (98.83% from 255 or 63.64% from 396); Blue value is 99 (39.06% from 255 or 25% from 396); Max value from RGB is 252 - color contains mainly: green. Hex color #2DFC63 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2DFC63 is #D2039C. Grayscale: #ADADAD. Windows color (decimal): -13763485 or 6552621. OLE color: 6552621.
HSL color Cylindrical-coordinate representation of color #2DFC63: hue angle of 135.65º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DFC63 is Cyan = 0.82, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 45 | 252 | 99 | - |
| CMYK | 0.82 | 0 | 0.61 | 0.01 |
| HSL | 135.65º | 0.97% | 0.58% | - |
| HSV(B) | 135.65º | 0.82% | 0.99% | - |
| XYZ | 38.14 | 71.08 | 23.51 | - |
| YUV | 172.67 | 86.42 | 36.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 252 | 99 | 0.82 | 0 | 0.61 | 0.01 | 135.65 | 0.97 | 0.58 |
| Hex | 2D | FC | 63 | 52 | 0 | 3D | 1 | 88 | 61 | 3A |
| Octal | 55 | 374 | 143 | 122 | 0 | 75 | 1 | 210 | 141 | 72 |
| Binary | 101101 | 11111100 | 1100011 | 1010010 | 0 | 111101 | 1 | 10001000 | 1100001 | 111010 |
Color Harmonies of #2DFC63
Complementary color
Monochromatic Colors of #2DFC63
Black with #2DFC63
Text Example
Text Example
White with #2DFC63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DFC63; }
p { color: rgb(45,252,99); }
H1.HeaderClassName
{
color: #2DFC63;
}
.AnyTagClassName
{
color: #2DFC63;
}
</style>
background-color css
<style>
a { background-color: #2DFC63; }
a { background-color: rgb(45,252,99); }
div.DivClassName
{
background-color: #2DFC63;
}
.BgClassName
{
background-color: #2DFC63;
}
</style>
border-color css
<style>
span { border-color: #2DFC63; }
span { border-color: rgb(45,252,99); }
td.TdClassName
{
border-color: #2DFC63;
}
.TagClassName
{
border-color: #2DFC63;
}
</style>