Shades of Malachite #2FFD5B
Tints of Malachite #2FFD5B
RGB
CMYK
RGB Variations
Color information
#2FFD5B (or 0x2FFD5B) is known color: Malachite. HEX triplet: 2F, FD and 5B. RGB value is (47,253,91). Sum of RGB (Red+Green+Blue) = 47+253+91=391 (51% of max value = 765). Red value is 47 (18.75% from 255 or 12.02% from 391); Green value is 253 (99.22% from 255 or 64.71% from 391); Blue value is 91 (35.94% from 255 or 23.27% from 391); Max value from RGB is 253 - color contains mainly: green. Hex color #2FFD5B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FFD5B is #D002A4. Grayscale: #ADADAD. Windows color (decimal): -13632165 or 6028591. OLE color: 6028591.
HSL color Cylindrical-coordinate representation of color #2FFD5B: hue angle of 132.82º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FFD5B is Cyan = 0.81, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 47 | 253 | 91 | - |
| CMYK | 0.81 | 0 | 0.64 | 0.01 |
| HSL | 132.82º | 0.98% | 0.59% | - |
| HSV(B) | 132.82º | 0.81% | 0.99% | - |
| XYZ | 38.19 | 71.61 | 21.71 | - |
| YUV | 172.94 | 81.75 | 38.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 253 | 91 | 0.81 | 0 | 0.64 | 0.01 | 132.82 | 0.98 | 0.59 |
| Hex | 2F | FD | 5B | 51 | 0 | 40 | 1 | 85 | 62 | 3B |
| Octal | 57 | 375 | 133 | 121 | 0 | 100 | 1 | 205 | 142 | 73 |
| Binary | 101111 | 11111101 | 1011011 | 1010001 | 0 | 1000000 | 1 | 10000101 | 1100010 | 111011 |
Color Harmonies of #2FFD5B
Complementary color
Monochromatic Colors of #2FFD5B
Black with #2FFD5B
Text Example
Text Example
White with #2FFD5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFD5B; }
p { color: rgb(47,253,91); }
H1.HeaderClassName
{
color: #2FFD5B;
}
.AnyTagClassName
{
color: #2FFD5B;
}
</style>
background-color css
<style>
a { background-color: #2FFD5B; }
a { background-color: rgb(47,253,91); }
div.DivClassName
{
background-color: #2FFD5B;
}
.BgClassName
{
background-color: #2FFD5B;
}
</style>
border-color css
<style>
span { border-color: #2FFD5B; }
span { border-color: rgb(47,253,91); }
td.TdClassName
{
border-color: #2FFD5B;
}
.TagClassName
{
border-color: #2FFD5B;
}
</style>