Shades of Malachite #2DF965
Tints of Malachite #2DF965
RGB
CMYK
RGB Variations
Color information
#2DF965 (or 0x2DF965) is known color: Malachite. HEX triplet: 2D, F9 and 65. RGB value is (45,249,101). Sum of RGB (Red+Green+Blue) = 45+249+101=395 (52% of max value = 765). Red value is 45 (17.97% from 255 or 11.39% from 395); Green value is 249 (97.66% from 255 or 63.04% from 395); Blue value is 101 (39.84% from 255 or 25.57% from 395); Max value from RGB is 249 - color contains mainly: green. Hex color #2DF965 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2DF965 is #D2069A. Grayscale: #ABABAB. Windows color (decimal): -13764251 or 6682925. OLE color: 6682925.
HSL color Cylindrical-coordinate representation of color #2DF965: hue angle of 136.47º 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 #2DF965 is Cyan = 0.82, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 45 | 249 | 101 | - |
| CMYK | 0.82 | 0 | 0.59 | 0.02 |
| HSL | 136.47º | 0.94% | 0.58% | - |
| HSV(B) | 136.47º | 0.82% | 0.98% | - |
| XYZ | 37.31 | 69.25 | 23.71 | - |
| YUV | 171.13 | 88.41 | 38.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 249 | 101 | 0.82 | 0 | 0.59 | 0.02 | 136.47 | 0.94 | 0.58 |
| Hex | 2D | F9 | 65 | 52 | 0 | 3B | 2 | 88 | 5E | 3A |
| Octal | 55 | 371 | 145 | 122 | 0 | 73 | 2 | 210 | 136 | 72 |
| Binary | 101101 | 11111001 | 1100101 | 1010010 | 0 | 111011 | 10 | 10001000 | 1011110 | 111010 |
Color Harmonies of #2DF965
Complementary color
Monochromatic Colors of #2DF965
Black with #2DF965
Text Example
Text Example
White with #2DF965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DF965; }
p { color: rgb(45,249,101); }
H1.HeaderClassName
{
color: #2DF965;
}
.AnyTagClassName
{
color: #2DF965;
}
</style>
background-color css
<style>
a { background-color: #2DF965; }
a { background-color: rgb(45,249,101); }
div.DivClassName
{
background-color: #2DF965;
}
.BgClassName
{
background-color: #2DF965;
}
</style>
border-color css
<style>
span { border-color: #2DF965; }
span { border-color: rgb(45,249,101); }
td.TdClassName
{
border-color: #2DF965;
}
.TagClassName
{
border-color: #2DF965;
}
</style>