Shades of Malachite #2DFB64
Tints of Malachite #2DFB64
RGB
CMYK
RGB Variations
Color information
#2DFB64 (or 0x2DFB64) is known color: Malachite. HEX triplet: 2D, FB and 64. RGB value is (45,251,100). Sum of RGB (Red+Green+Blue) = 45+251+100=396 (52% of max value = 765). Red value is 45 (17.97% from 255 or 11.36% from 396); Green value is 251 (98.44% from 255 or 63.38% from 396); Blue value is 100 (39.45% from 255 or 25.25% from 396); Max value from RGB is 251 - color contains mainly: green. Hex color #2DFB64 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2DFB64 is #D2049B. Grayscale: #ACACAC. Windows color (decimal): -13763740 or 6617901. OLE color: 6617901.
HSL color Cylindrical-coordinate representation of color #2DFB64: hue angle of 136.02º degrees, saturation: 0.96, 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 #2DFB64 is Cyan = 0.82, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 45 | 251 | 100 | - |
| CMYK | 0.82 | 0 | 0.60 | 0.02 |
| HSL | 136.02º | 0.96% | 0.58% | - |
| HSV(B) | 136.02º | 0.82% | 0.98% | - |
| XYZ | 37.88 | 70.47 | 23.66 | - |
| YUV | 172.19 | 87.25 | 37.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 251 | 100 | 0.82 | 0 | 0.60 | 0.02 | 136.02 | 0.96 | 0.58 |
| Hex | 2D | FB | 64 | 52 | 0 | 3C | 2 | 88 | 60 | 3A |
| Octal | 55 | 373 | 144 | 122 | 0 | 74 | 2 | 210 | 140 | 72 |
| Binary | 101101 | 11111011 | 1100100 | 1010010 | 0 | 111100 | 10 | 10001000 | 1100000 | 111010 |
Color Harmonies of #2DFB64
Complementary color
Monochromatic Colors of #2DFB64
Black with #2DFB64
Text Example
Text Example
White with #2DFB64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DFB64; }
p { color: rgb(45,251,100); }
H1.HeaderClassName
{
color: #2DFB64;
}
.AnyTagClassName
{
color: #2DFB64;
}
</style>
background-color css
<style>
a { background-color: #2DFB64; }
a { background-color: rgb(45,251,100); }
div.DivClassName
{
background-color: #2DFB64;
}
.BgClassName
{
background-color: #2DFB64;
}
</style>
border-color css
<style>
span { border-color: #2DFB64; }
span { border-color: rgb(45,251,100); }
td.TdClassName
{
border-color: #2DFB64;
}
.TagClassName
{
border-color: #2DFB64;
}
</style>