Shades of Malachite #2FF969
Tints of Malachite #2FF969
RGB
CMYK
RGB Variations
Color information
#2FF969 (or 0x2FF969) is known color: Malachite. HEX triplet: 2F, F9 and 69. RGB value is (47,249,105). Sum of RGB (Red+Green+Blue) = 47+249+105=401 (53% of max value = 765). Red value is 47 (18.75% from 255 or 11.72% from 401); Green value is 249 (97.66% from 255 or 62.09% from 401); Blue value is 105 (41.41% from 255 or 26.18% from 401); Max value from RGB is 249 - color contains mainly: green. Hex color #2FF969 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FF969 is #D00696. Grayscale: #ACACAC. Windows color (decimal): -13633175 or 6945071. OLE color: 6945071.
HSL color Cylindrical-coordinate representation of color #2FF969: hue angle of 137.23º degrees, saturation: 0.94, 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 #2FF969 is Cyan = 0.81, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 47 | 249 | 105 | - |
| CMYK | 0.81 | 0 | 0.58 | 0.02 |
| HSL | 137.23º | 0.94% | 0.58% | - |
| HSV(B) | 137.23º | 0.81% | 0.98% | - |
| XYZ | 37.6 | 69.38 | 24.77 | - |
| YUV | 172.19 | 90.08 | 38.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 249 | 105 | 0.81 | 0 | 0.58 | 0.02 | 137.23 | 0.94 | 0.58 |
| Hex | 2F | F9 | 69 | 51 | 0 | 3A | 2 | 89 | 5E | 3A |
| Octal | 57 | 371 | 151 | 121 | 0 | 72 | 2 | 211 | 136 | 72 |
| Binary | 101111 | 11111001 | 1101001 | 1010001 | 0 | 111010 | 10 | 10001001 | 1011110 | 111010 |
Color Harmonies of #2FF969
Complementary color
Monochromatic Colors of #2FF969
Black with #2FF969
Text Example
Text Example
White with #2FF969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF969; }
p { color: rgb(47,249,105); }
H1.HeaderClassName
{
color: #2FF969;
}
.AnyTagClassName
{
color: #2FF969;
}
</style>
background-color css
<style>
a { background-color: #2FF969; }
a { background-color: rgb(47,249,105); }
div.DivClassName
{
background-color: #2FF969;
}
.BgClassName
{
background-color: #2FF969;
}
</style>
border-color css
<style>
span { border-color: #2FF969; }
span { border-color: rgb(47,249,105); }
td.TdClassName
{
border-color: #2FF969;
}
.TagClassName
{
border-color: #2FF969;
}
</style>