Shades of Malachite #1FCF49
Tints of Malachite #1FCF49
RGB
CMYK
RGB Variations
Color information
#1FCF49 (or 0x1FCF49) is known color: Malachite. HEX triplet: 1F, CF and 49. RGB value is (31,207,73). Sum of RGB (Red+Green+Blue) = 31+207+73=311 (41% of max value = 765). Red value is 31 (12.5% from 255 or 9.97% from 311); Green value is 207 (81.25% from 255 or 66.56% from 311); Blue value is 73 (28.91% from 255 or 23.47% from 311); Max value from RGB is 207 - color contains mainly: green. Hex color #1FCF49 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FCF49 is #E030B6. Grayscale: #8B8B8B. Windows color (decimal): -14692535 or 4837151. OLE color: 4837151.
HSL color Cylindrical-coordinate representation of color #1FCF49: hue angle of 134.32º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FCF49 is Cyan = 0.85, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 31 | 207 | 73 | - |
| CMYK | 0.85 | 0 | 0.65 | 0.19 |
| HSL | 134.32º | 0.74% | 0.47% | - |
| HSV(B) | 134.32º | 0.85% | 0.81% | - |
| XYZ | 24.08 | 45.4 | 13.8 | - |
| YUV | 139.1 | 90.69 | 50.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 207 | 73 | 0.85 | 0 | 0.65 | 0.19 | 134.32 | 0.74 | 0.47 |
| Hex | 1F | CF | 49 | 55 | 0 | 41 | 13 | 86 | 4A | 2F |
| Octal | 37 | 317 | 111 | 125 | 0 | 101 | 23 | 206 | 112 | 57 |
| Binary | 11111 | 11001111 | 1001001 | 1010101 | 0 | 1000001 | 10011 | 10000110 | 1001010 | 101111 |
Color Harmonies of #1FCF49
Complementary color
Monochromatic Colors of #1FCF49
Black with #1FCF49
Text Example
Text Example
White with #1FCF49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCF49; }
p { color: rgb(31,207,73); }
H1.HeaderClassName
{
color: #1FCF49;
}
.AnyTagClassName
{
color: #1FCF49;
}
</style>
background-color css
<style>
a { background-color: #1FCF49; }
a { background-color: rgb(31,207,73); }
div.DivClassName
{
background-color: #1FCF49;
}
.BgClassName
{
background-color: #1FCF49;
}
</style>
border-color css
<style>
span { border-color: #1FCF49; }
span { border-color: rgb(31,207,73); }
td.TdClassName
{
border-color: #1FCF49;
}
.TagClassName
{
border-color: #1FCF49;
}
</style>