Shades of Malachite #2FD253
Tints of Malachite #2FD253
RGB
CMYK
RGB Variations
Color information
#2FD253 (or 0x2FD253) is known color: Malachite. HEX triplet: 2F, D2 and 53. RGB value is (47,210,83). Sum of RGB (Red+Green+Blue) = 47+210+83=340 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.82% from 340); Green value is 210 (82.42% from 255 or 61.76% from 340); Blue value is 83 (32.81% from 255 or 24.41% from 340); Max value from RGB is 210 - color contains mainly: green. Hex color #2FD253 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FD253 is #D02DAC. Grayscale: #939393. Windows color (decimal): -13643181 or 5493295. OLE color: 5493295.
HSL color Cylindrical-coordinate representation of color #2FD253: hue angle of 133.25º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2FD253 is Cyan = 0.78, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 47 | 210 | 83 | - |
| CMYK | 0.78 | 0 | 0.60 | 0.18 |
| HSL | 133.25º | 0.64% | 0.5% | - |
| HSV(B) | 133.25º | 0.78% | 0.82% | - |
| XYZ | 25.78 | 47.32 | 15.96 | - |
| YUV | 146.79 | 92 | 56.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 210 | 83 | 0.78 | 0 | 0.60 | 0.18 | 133.25 | 0.64 | 0.5 |
| Hex | 2F | D2 | 53 | 4E | 0 | 3C | 12 | 85 | 40 | 32 |
| Octal | 57 | 322 | 123 | 116 | 0 | 74 | 22 | 205 | 100 | 62 |
| Binary | 101111 | 11010010 | 1010011 | 1001110 | 0 | 111100 | 10010 | 10000101 | 1000000 | 110010 |
Color Harmonies of #2FD253
Complementary color
Monochromatic Colors of #2FD253
Black with #2FD253
Text Example
Text Example
White with #2FD253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FD253; }
p { color: rgb(47,210,83); }
H1.HeaderClassName
{
color: #2FD253;
}
.AnyTagClassName
{
color: #2FD253;
}
</style>
background-color css
<style>
a { background-color: #2FD253; }
a { background-color: rgb(47,210,83); }
div.DivClassName
{
background-color: #2FD253;
}
.BgClassName
{
background-color: #2FD253;
}
</style>
border-color css
<style>
span { border-color: #2FD253; }
span { border-color: rgb(47,210,83); }
td.TdClassName
{
border-color: #2FD253;
}
.TagClassName
{
border-color: #2FD253;
}
</style>