Shades of Malachite #2BCF57
Tints of Malachite #2BCF57
RGB
CMYK
RGB Variations
Color information
#2BCF57 (or 0x2BCF57) is known color: Malachite. HEX triplet: 2B, CF and 57. RGB value is (43,207,87). Sum of RGB (Red+Green+Blue) = 43+207+87=337 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.76% from 337); Green value is 207 (81.25% from 255 or 61.42% from 337); Blue value is 87 (34.38% from 255 or 25.82% from 337); Max value from RGB is 207 - color contains mainly: green. Hex color #2BCF57 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BCF57 is #D430A8. Grayscale: #909090. Windows color (decimal): -13906089 or 5754667. OLE color: 5754667.
HSL color Cylindrical-coordinate representation of color #2BCF57: hue angle of 136.1º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2BCF57 is Cyan = 0.79, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 43 | 207 | 87 | - |
| CMYK | 0.79 | 0 | 0.58 | 0.19 |
| HSL | 136.1º | 0.66% | 0.49% | - |
| HSV(B) | 136.1º | 0.79% | 0.81% | - |
| XYZ | 25.03 | 45.83 | 16.54 | - |
| YUV | 144.28 | 95.67 | 55.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 207 | 87 | 0.79 | 0 | 0.58 | 0.19 | 136.1 | 0.66 | 0.49 |
| Hex | 2B | CF | 57 | 4F | 0 | 3A | 13 | 88 | 42 | 31 |
| Octal | 53 | 317 | 127 | 117 | 0 | 72 | 23 | 210 | 102 | 61 |
| Binary | 101011 | 11001111 | 1010111 | 1001111 | 0 | 111010 | 10011 | 10001000 | 1000010 | 110001 |
Color Harmonies of #2BCF57
Complementary color
Monochromatic Colors of #2BCF57
Black with #2BCF57
Text Example
Text Example
White with #2BCF57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BCF57; }
p { color: rgb(43,207,87); }
H1.HeaderClassName
{
color: #2BCF57;
}
.AnyTagClassName
{
color: #2BCF57;
}
</style>
background-color css
<style>
a { background-color: #2BCF57; }
a { background-color: rgb(43,207,87); }
div.DivClassName
{
background-color: #2BCF57;
}
.BgClassName
{
background-color: #2BCF57;
}
</style>
border-color css
<style>
span { border-color: #2BCF57; }
span { border-color: rgb(43,207,87); }
td.TdClassName
{
border-color: #2BCF57;
}
.TagClassName
{
border-color: #2BCF57;
}
</style>