Shades of Malachite #2FF365
Tints of Malachite #2FF365
RGB
CMYK
RGB Variations
Color information
#2FF365 (or 0x2FF365) is known color: Malachite. HEX triplet: 2F, F3 and 65. RGB value is (47,243,101). Sum of RGB (Red+Green+Blue) = 47+243+101=391 (51% of max value = 765). Red value is 47 (18.75% from 255 or 12.02% from 391); Green value is 243 (95.31% from 255 or 62.15% from 391); Blue value is 101 (39.84% from 255 or 25.83% from 391); Max value from RGB is 243 - color contains mainly: green. Hex color #2FF365 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FF365 is #D00C9A. Grayscale: #A8A8A8. Windows color (decimal): -13634715 or 6681391. OLE color: 6681391.
HSL color Cylindrical-coordinate representation of color #2FF365: hue angle of 136.53º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FF365 is Cyan = 0.81, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 47 | 243 | 101 | - |
| CMYK | 0.81 | 0 | 0.58 | 0.05 |
| HSL | 136.53º | 0.89% | 0.57% | - |
| HSV(B) | 136.53º | 0.81% | 0.95% | - |
| XYZ | 35.57 | 65.65 | 23.11 | - |
| YUV | 168.21 | 90.07 | 41.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 243 | 101 | 0.81 | 0 | 0.58 | 0.05 | 136.53 | 0.89 | 0.57 |
| Hex | 2F | F3 | 65 | 51 | 0 | 3A | 5 | 89 | 59 | 39 |
| Octal | 57 | 363 | 145 | 121 | 0 | 72 | 5 | 211 | 131 | 71 |
| Binary | 101111 | 11110011 | 1100101 | 1010001 | 0 | 111010 | 101 | 10001001 | 1011001 | 111001 |
Color Harmonies of #2FF365
Complementary color
Monochromatic Colors of #2FF365
Black with #2FF365
Text Example
Text Example
White with #2FF365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF365; }
p { color: rgb(47,243,101); }
H1.HeaderClassName
{
color: #2FF365;
}
.AnyTagClassName
{
color: #2FF365;
}
</style>
background-color css
<style>
a { background-color: #2FF365; }
a { background-color: rgb(47,243,101); }
div.DivClassName
{
background-color: #2FF365;
}
.BgClassName
{
background-color: #2FF365;
}
</style>
border-color css
<style>
span { border-color: #2FF365; }
span { border-color: rgb(47,243,101); }
td.TdClassName
{
border-color: #2FF365;
}
.TagClassName
{
border-color: #2FF365;
}
</style>