Shades of Malachite #2BCF54
Tints of Malachite #2BCF54
RGB
CMYK
RGB Variations
Color information
#2BCF54 (or 0x2BCF54) is known color: Malachite. HEX triplet: 2B, CF and 54. RGB value is (43,207,84). Sum of RGB (Red+Green+Blue) = 43+207+84=334 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.87% from 334); Green value is 207 (81.25% from 255 or 61.98% from 334); Blue value is 84 (33.20% from 255 or 25.15% from 334); Max value from RGB is 207 - color contains mainly: green. Hex color #2BCF54 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BCF54 is #D430AB. Grayscale: #909090. Windows color (decimal): -13906092 or 5558059. OLE color: 5558059.
HSL color Cylindrical-coordinate representation of color #2BCF54: hue angle of 135º 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 #2BCF54 is Cyan = 0.79, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 43 | 207 | 84 | - |
| CMYK | 0.79 | 0 | 0.59 | 0.19 |
| HSL | 135º | 0.66% | 0.49% | - |
| HSV(B) | 135º | 0.79% | 0.81% | - |
| XYZ | 24.91 | 45.78 | 15.91 | - |
| YUV | 143.94 | 94.17 | 56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 207 | 84 | 0.79 | 0 | 0.59 | 0.19 | 135 | 0.66 | 0.49 |
| Hex | 2B | CF | 54 | 4F | 0 | 3B | 13 | 87 | 42 | 31 |
| Octal | 53 | 317 | 124 | 117 | 0 | 73 | 23 | 207 | 102 | 61 |
| Binary | 101011 | 11001111 | 1010100 | 1001111 | 0 | 111011 | 10011 | 10000111 | 1000010 | 110001 |
Color Harmonies of #2BCF54
Complementary color
Monochromatic Colors of #2BCF54
Black with #2BCF54
Text Example
Text Example
White with #2BCF54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BCF54; }
p { color: rgb(43,207,84); }
H1.HeaderClassName
{
color: #2BCF54;
}
.AnyTagClassName
{
color: #2BCF54;
}
</style>
background-color css
<style>
a { background-color: #2BCF54; }
a { background-color: rgb(43,207,84); }
div.DivClassName
{
background-color: #2BCF54;
}
.BgClassName
{
background-color: #2BCF54;
}
</style>
border-color css
<style>
span { border-color: #2BCF54; }
span { border-color: rgb(43,207,84); }
td.TdClassName
{
border-color: #2BCF54;
}
.TagClassName
{
border-color: #2BCF54;
}
</style>