Shades of Malachite #2BCF5C
Tints of Malachite #2BCF5C
RGB
CMYK
RGB Variations
Color information
#2BCF5C (or 0x2BCF5C) is known color: Malachite. HEX triplet: 2B, CF and 5C. RGB value is (43,207,92). Sum of RGB (Red+Green+Blue) = 43+207+92=342 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.57% from 342); Green value is 207 (81.25% from 255 or 60.53% from 342); Blue value is 92 (36.33% from 255 or 26.90% from 342); Max value from RGB is 207 - color contains mainly: green. Hex color #2BCF5C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BCF5C is #D430A3. Grayscale: #919191. Windows color (decimal): -13906084 or 6082347. OLE color: 6082347.
HSL color Cylindrical-coordinate representation of color #2BCF5C: hue angle of 137.93º 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 #2BCF5C is Cyan = 0.79, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 43 | 207 | 92 | - |
| CMYK | 0.79 | 0 | 0.56 | 0.19 |
| HSL | 137.93º | 0.66% | 0.49% | - |
| HSV(B) | 137.93º | 0.79% | 0.81% | - |
| XYZ | 25.24 | 45.91 | 17.66 | - |
| YUV | 144.85 | 98.17 | 55.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 207 | 92 | 0.79 | 0 | 0.56 | 0.19 | 137.93 | 0.66 | 0.49 |
| Hex | 2B | CF | 5C | 4F | 0 | 38 | 13 | 8A | 42 | 31 |
| Octal | 53 | 317 | 134 | 117 | 0 | 70 | 23 | 212 | 102 | 61 |
| Binary | 101011 | 11001111 | 1011100 | 1001111 | 0 | 111000 | 10011 | 10001010 | 1000010 | 110001 |
Color Harmonies of #2BCF5C
Complementary color
Monochromatic Colors of #2BCF5C
Black with #2BCF5C
Text Example
Text Example
White with #2BCF5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BCF5C; }
p { color: rgb(43,207,92); }
H1.HeaderClassName
{
color: #2BCF5C;
}
.AnyTagClassName
{
color: #2BCF5C;
}
</style>
background-color css
<style>
a { background-color: #2BCF5C; }
a { background-color: rgb(43,207,92); }
div.DivClassName
{
background-color: #2BCF5C;
}
.BgClassName
{
background-color: #2BCF5C;
}
</style>
border-color css
<style>
span { border-color: #2BCF5C; }
span { border-color: rgb(43,207,92); }
td.TdClassName
{
border-color: #2BCF5C;
}
.TagClassName
{
border-color: #2BCF5C;
}
</style>