Shades of Malachite #2BFD66
Tints of Malachite #2BFD66
RGB
CMYK
RGB Variations
Color information
#2BFD66 (or 0x2BFD66) is known color: Malachite. HEX triplet: 2B, FD and 66. RGB value is (43,253,102). Sum of RGB (Red+Green+Blue) = 43+253+102=398 (52% of max value = 765). Red value is 43 (17.19% from 255 or 10.80% from 398); Green value is 253 (99.22% from 255 or 63.57% from 398); Blue value is 102 (40.23% from 255 or 25.63% from 398); Max value from RGB is 253 - color contains mainly: green. Hex color #2BFD66 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2BFD66 is #D40299. Grayscale: #ADADAD. Windows color (decimal): -13894298 or 6749483. OLE color: 6749483.
HSL color Cylindrical-coordinate representation of color #2BFD66: hue angle of 136.86º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BFD66 is Cyan = 0.83, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 43 | 253 | 102 | - |
| CMYK | 0.83 | 0 | 0.60 | 0.01 |
| HSL | 136.86º | 0.98% | 0.58% | - |
| HSV(B) | 136.86º | 0.83% | 0.99% | - |
| XYZ | 38.52 | 71.72 | 24.38 | - |
| YUV | 173 | 87.93 | 35.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 253 | 102 | 0.83 | 0 | 0.60 | 0.01 | 136.86 | 0.98 | 0.58 |
| Hex | 2B | FD | 66 | 53 | 0 | 3C | 1 | 89 | 62 | 3A |
| Octal | 53 | 375 | 146 | 123 | 0 | 74 | 1 | 211 | 142 | 72 |
| Binary | 101011 | 11111101 | 1100110 | 1010011 | 0 | 111100 | 1 | 10001001 | 1100010 | 111010 |
Color Harmonies of #2BFD66
Complementary color
Monochromatic Colors of #2BFD66
Black with #2BFD66
Text Example
Text Example
White with #2BFD66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFD66; }
p { color: rgb(43,253,102); }
H1.HeaderClassName
{
color: #2BFD66;
}
.AnyTagClassName
{
color: #2BFD66;
}
</style>
background-color css
<style>
a { background-color: #2BFD66; }
a { background-color: rgb(43,253,102); }
div.DivClassName
{
background-color: #2BFD66;
}
.BgClassName
{
background-color: #2BFD66;
}
</style>
border-color css
<style>
span { border-color: #2BFD66; }
span { border-color: rgb(43,253,102); }
td.TdClassName
{
border-color: #2BFD66;
}
.TagClassName
{
border-color: #2BFD66;
}
</style>