Shades of Malachite #2BFA69
Tints of Malachite #2BFA69
RGB
CMYK
RGB Variations
Color information
#2BFA69 (or 0x2BFA69) is known color: Malachite. HEX triplet: 2B, FA and 69. RGB value is (43,250,105). Sum of RGB (Red+Green+Blue) = 43+250+105=398 (52% of max value = 765). Red value is 43 (17.19% from 255 or 10.80% from 398); Green value is 250 (98.05% from 255 or 62.81% from 398); Blue value is 105 (41.41% from 255 or 26.38% from 398); Max value from RGB is 250 - color contains mainly: green. Hex color #2BFA69 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2BFA69 is #D40596. Grayscale: #ABABAB. Windows color (decimal): -13895063 or 6945323. OLE color: 6945323.
HSL color Cylindrical-coordinate representation of color #2BFA69: hue angle of 137.97º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BFA69 is Cyan = 0.83, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 43 | 250 | 105 | - |
| CMYK | 0.83 | 0 | 0.58 | 0.02 |
| HSL | 137.97º | 0.95% | 0.57% | - |
| HSV(B) | 137.97º | 0.83% | 0.98% | - |
| XYZ | 37.73 | 69.9 | 24.87 | - |
| YUV | 171.58 | 90.42 | 36.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 250 | 105 | 0.83 | 0 | 0.58 | 0.02 | 137.97 | 0.95 | 0.57 |
| Hex | 2B | FA | 69 | 53 | 0 | 3A | 2 | 8A | 5F | 39 |
| Octal | 53 | 372 | 151 | 123 | 0 | 72 | 2 | 212 | 137 | 71 |
| Binary | 101011 | 11111010 | 1101001 | 1010011 | 0 | 111010 | 10 | 10001010 | 1011111 | 111001 |
Color Harmonies of #2BFA69
Complementary color
Monochromatic Colors of #2BFA69
Black with #2BFA69
Text Example
Text Example
White with #2BFA69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFA69; }
p { color: rgb(43,250,105); }
H1.HeaderClassName
{
color: #2BFA69;
}
.AnyTagClassName
{
color: #2BFA69;
}
</style>
background-color css
<style>
a { background-color: #2BFA69; }
a { background-color: rgb(43,250,105); }
div.DivClassName
{
background-color: #2BFA69;
}
.BgClassName
{
background-color: #2BFA69;
}
</style>
border-color css
<style>
span { border-color: #2BFA69; }
span { border-color: rgb(43,250,105); }
td.TdClassName
{
border-color: #2BFA69;
}
.TagClassName
{
border-color: #2BFA69;
}
</style>