Shades of Malachite #2FFB5B
Tints of Malachite #2FFB5B
RGB
CMYK
RGB Variations
Color information
#2FFB5B (or 0x2FFB5B) is known color: Malachite. HEX triplet: 2F, FB and 5B. RGB value is (47,251,91). Sum of RGB (Red+Green+Blue) = 47+251+91=389 (51% of max value = 765). Red value is 47 (18.75% from 255 or 12.08% from 389); Green value is 251 (98.44% from 255 or 64.52% from 389); Blue value is 91 (35.94% from 255 or 23.39% from 389); Max value from RGB is 251 - color contains mainly: green. Hex color #2FFB5B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FFB5B is #D004A4. Grayscale: #ACACAC. Windows color (decimal): -13632677 or 6028079. OLE color: 6028079.
HSL color Cylindrical-coordinate representation of color #2FFB5B: hue angle of 132.94º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FFB5B is Cyan = 0.81, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 47 | 251 | 91 | - |
| CMYK | 0.81 | 0 | 0.64 | 0.02 |
| HSL | 132.94º | 0.96% | 0.58% | - |
| HSV(B) | 132.94º | 0.81% | 0.98% | - |
| XYZ | 37.56 | 70.35 | 21.5 | - |
| YUV | 171.76 | 82.41 | 39.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 251 | 91 | 0.81 | 0 | 0.64 | 0.02 | 132.94 | 0.96 | 0.58 |
| Hex | 2F | FB | 5B | 51 | 0 | 40 | 2 | 85 | 60 | 3A |
| Octal | 57 | 373 | 133 | 121 | 0 | 100 | 2 | 205 | 140 | 72 |
| Binary | 101111 | 11111011 | 1011011 | 1010001 | 0 | 1000000 | 10 | 10000101 | 1100000 | 111010 |
Color Harmonies of #2FFB5B
Complementary color
Monochromatic Colors of #2FFB5B
Black with #2FFB5B
Text Example
Text Example
White with #2FFB5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFB5B; }
p { color: rgb(47,251,91); }
H1.HeaderClassName
{
color: #2FFB5B;
}
.AnyTagClassName
{
color: #2FFB5B;
}
</style>
background-color css
<style>
a { background-color: #2FFB5B; }
a { background-color: rgb(47,251,91); }
div.DivClassName
{
background-color: #2FFB5B;
}
.BgClassName
{
background-color: #2FFB5B;
}
</style>
border-color css
<style>
span { border-color: #2FFB5B; }
span { border-color: rgb(47,251,91); }
td.TdClassName
{
border-color: #2FFB5B;
}
.TagClassName
{
border-color: #2FFB5B;
}
</style>