Shades of Malachite #2FCE5A
Tints of Malachite #2FCE5A
RGB
CMYK
RGB Variations
Color information
#2FCE5A (or 0x2FCE5A) is known color: Malachite. HEX triplet: 2F, CE and 5A. RGB value is (47,206,90). Sum of RGB (Red+Green+Blue) = 47+206+90=343 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.70% from 343); Green value is 206 (80.86% from 255 or 60.06% from 343); Blue value is 90 (35.55% from 255 or 26.24% from 343); Max value from RGB is 206 - color contains mainly: green. Hex color #2FCE5A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FCE5A is #D031A5. Grayscale: #919191. Windows color (decimal): -13644198 or 5951023. OLE color: 5951023.
HSL color Cylindrical-coordinate representation of color #2FCE5A: hue angle of 136.23º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2FCE5A is Cyan = 0.77, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 47 | 206 | 90 | - |
| CMYK | 0.77 | 0 | 0.56 | 0.19 |
| HSL | 136.23º | 0.63% | 0.5% | - |
| HSV(B) | 136.23º | 0.77% | 0.81% | - |
| XYZ | 25.09 | 45.49 | 17.13 | - |
| YUV | 145.24 | 96.82 | 57.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 206 | 90 | 0.77 | 0 | 0.56 | 0.19 | 136.23 | 0.63 | 0.5 |
| Hex | 2F | CE | 5A | 4D | 0 | 38 | 13 | 88 | 3F | 32 |
| Octal | 57 | 316 | 132 | 115 | 0 | 70 | 23 | 210 | 77 | 62 |
| Binary | 101111 | 11001110 | 1011010 | 1001101 | 0 | 111000 | 10011 | 10001000 | 111111 | 110010 |
Color Harmonies of #2FCE5A
Complementary color
Monochromatic Colors of #2FCE5A
Black with #2FCE5A
Text Example
Text Example
White with #2FCE5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCE5A; }
p { color: rgb(47,206,90); }
H1.HeaderClassName
{
color: #2FCE5A;
}
.AnyTagClassName
{
color: #2FCE5A;
}
</style>
background-color css
<style>
a { background-color: #2FCE5A; }
a { background-color: rgb(47,206,90); }
div.DivClassName
{
background-color: #2FCE5A;
}
.BgClassName
{
background-color: #2FCE5A;
}
</style>
border-color css
<style>
span { border-color: #2FCE5A; }
span { border-color: rgb(47,206,90); }
td.TdClassName
{
border-color: #2FCE5A;
}
.TagClassName
{
border-color: #2FCE5A;
}
</style>