Shades of Malachite #2FFB69
Tints of Malachite #2FFB69
RGB
CMYK
RGB Variations
Color information
#2FFB69 (or 0x2FFB69) is known color: Malachite. HEX triplet: 2F, FB and 69. RGB value is (47,251,105). Sum of RGB (Red+Green+Blue) = 47+251+105=403 (53% of max value = 765). Red value is 47 (18.75% from 255 or 11.66% from 403); Green value is 251 (98.44% from 255 or 62.28% from 403); Blue value is 105 (41.41% from 255 or 26.05% from 403); Max value from RGB is 251 - color contains mainly: green. Hex color #2FFB69 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FFB69 is #D00496. Grayscale: #ADADAD. Windows color (decimal): -13632663 or 6945583. OLE color: 6945583.
HSL color Cylindrical-coordinate representation of color #2FFB69: hue angle of 137.06º 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 #2FFB69 is Cyan = 0.81, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 47 | 251 | 105 | - |
| CMYK | 0.81 | 0 | 0.58 | 0.02 |
| HSL | 137.06º | 0.96% | 0.58% | - |
| HSV(B) | 137.06º | 0.81% | 0.98% | - |
| XYZ | 38.22 | 70.62 | 24.98 | - |
| YUV | 173.36 | 89.41 | 37.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 251 | 105 | 0.81 | 0 | 0.58 | 0.02 | 137.06 | 0.96 | 0.58 |
| Hex | 2F | FB | 69 | 51 | 0 | 3A | 2 | 89 | 60 | 3A |
| Octal | 57 | 373 | 151 | 121 | 0 | 72 | 2 | 211 | 140 | 72 |
| Binary | 101111 | 11111011 | 1101001 | 1010001 | 0 | 111010 | 10 | 10001001 | 1100000 | 111010 |
Color Harmonies of #2FFB69
Complementary color
Monochromatic Colors of #2FFB69
Black with #2FFB69
Text Example
Text Example
White with #2FFB69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFB69; }
p { color: rgb(47,251,105); }
H1.HeaderClassName
{
color: #2FFB69;
}
.AnyTagClassName
{
color: #2FFB69;
}
</style>
background-color css
<style>
a { background-color: #2FFB69; }
a { background-color: rgb(47,251,105); }
div.DivClassName
{
background-color: #2FFB69;
}
.BgClassName
{
background-color: #2FFB69;
}
</style>
border-color css
<style>
span { border-color: #2FFB69; }
span { border-color: rgb(47,251,105); }
td.TdClassName
{
border-color: #2FFB69;
}
.TagClassName
{
border-color: #2FFB69;
}
</style>