Shades of Malachite #2DFE64
Tints of Malachite #2DFE64
RGB
CMYK
RGB Variations
Color information
#2DFE64 (or 0x2DFE64) is known color: Malachite. HEX triplet: 2D, FE and 64. RGB value is (45,254,100). Sum of RGB (Red+Green+Blue) = 45+254+100=399 (52% of max value = 765). Red value is 45 (17.97% from 255 or 11.28% from 399); Green value is 254 (99.61% from 255 or 63.66% from 399); Blue value is 100 (39.45% from 255 or 25.06% from 399); Max value from RGB is 254 - color contains mainly: green. Hex color #2DFE64 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2DFE64 is #D2019B. Grayscale: #AEAEAE. Windows color (decimal): -13762972 or 6618669. OLE color: 6618669.
HSL color Cylindrical-coordinate representation of color #2DFE64: hue angle of 135.79º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DFE64 is Cyan = 0.82, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 45 | 254 | 100 | - |
| CMYK | 0.82 | 0 | 0.61 | 0.00 |
| HSL | 135.79º | 0.99% | 0.59% | - |
| HSV(B) | 135.79º | 0.82% | 1% | - |
| XYZ | 38.82 | 72.36 | 23.98 | - |
| YUV | 173.95 | 86.26 | 36.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 254 | 100 | 0.82 | 0 | 0.61 | 0.00 | 135.79 | 0.99 | 0.59 |
| Hex | 2D | FE | 64 | 52 | 0 | 3D | 0 | 88 | 63 | 3B |
| Octal | 55 | 376 | 144 | 122 | 0 | 75 | 0 | 210 | 143 | 73 |
| Binary | 101101 | 11111110 | 1100100 | 1010010 | 0 | 111101 | 0 | 10001000 | 1100011 | 111011 |
Color Harmonies of #2DFE64
Complementary color
Monochromatic Colors of #2DFE64
Black with #2DFE64
Text Example
Text Example
White with #2DFE64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DFE64; }
p { color: rgb(45,254,100); }
H1.HeaderClassName
{
color: #2DFE64;
}
.AnyTagClassName
{
color: #2DFE64;
}
</style>
background-color css
<style>
a { background-color: #2DFE64; }
a { background-color: rgb(45,254,100); }
div.DivClassName
{
background-color: #2DFE64;
}
.BgClassName
{
background-color: #2DFE64;
}
</style>
border-color css
<style>
span { border-color: #2DFE64; }
span { border-color: rgb(45,254,100); }
td.TdClassName
{
border-color: #2DFE64;
}
.TagClassName
{
border-color: #2DFE64;
}
</style>