Shades of Malachite #2DF964
Tints of Malachite #2DF964
RGB
CMYK
RGB Variations
Color information
#2DF964 (or 0x2DF964) is known color: Malachite. HEX triplet: 2D, F9 and 64. RGB value is (45,249,100). Sum of RGB (Red+Green+Blue) = 45+249+100=394 (52% of max value = 765). Red value is 45 (17.97% from 255 or 11.42% from 394); Green value is 249 (97.66% from 255 or 63.20% from 394); Blue value is 100 (39.45% from 255 or 25.38% from 394); Max value from RGB is 249 - color contains mainly: green. Hex color #2DF964 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2DF964 is #D2069B. Grayscale: #ABABAB. Windows color (decimal): -13764252 or 6617389. OLE color: 6617389.
HSL color Cylindrical-coordinate representation of color #2DF964: hue angle of 136.18º 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 #2DF964 is Cyan = 0.82, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 45 | 249 | 100 | - |
| CMYK | 0.82 | 0 | 0.60 | 0.02 |
| HSL | 136.18º | 0.94% | 0.58% | - |
| HSV(B) | 136.18º | 0.82% | 0.98% | - |
| XYZ | 37.26 | 69.23 | 23.46 | - |
| YUV | 171.02 | 87.91 | 38.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 249 | 100 | 0.82 | 0 | 0.60 | 0.02 | 136.18 | 0.94 | 0.58 |
| Hex | 2D | F9 | 64 | 52 | 0 | 3C | 2 | 88 | 5E | 3A |
| Octal | 55 | 371 | 144 | 122 | 0 | 74 | 2 | 210 | 136 | 72 |
| Binary | 101101 | 11111001 | 1100100 | 1010010 | 0 | 111100 | 10 | 10001000 | 1011110 | 111010 |
Color Harmonies of #2DF964
Complementary color
Monochromatic Colors of #2DF964
Black with #2DF964
Text Example
Text Example
White with #2DF964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DF964; }
p { color: rgb(45,249,100); }
H1.HeaderClassName
{
color: #2DF964;
}
.AnyTagClassName
{
color: #2DF964;
}
</style>
background-color css
<style>
a { background-color: #2DF964; }
a { background-color: rgb(45,249,100); }
div.DivClassName
{
background-color: #2DF964;
}
.BgClassName
{
background-color: #2DF964;
}
</style>
border-color css
<style>
span { border-color: #2DF964; }
span { border-color: rgb(45,249,100); }
td.TdClassName
{
border-color: #2DF964;
}
.TagClassName
{
border-color: #2DF964;
}
</style>