Shades of Malachite #1FFC49
Tints of Malachite #1FFC49
RGB
CMYK
RGB Variations
Color information
#1FFC49 (or 0x1FFC49) is known color: Malachite. HEX triplet: 1F, FC and 49. RGB value is (31,252,73). Sum of RGB (Red+Green+Blue) = 31+252+73=356 (47% of max value = 765). Red value is 31 (12.5% from 255 or 8.71% from 356); Green value is 252 (98.83% from 255 or 70.79% from 356); Blue value is 73 (28.91% from 255 or 20.51% from 356); Max value from RGB is 252 - color contains mainly: green. Hex color #1FFC49 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1FFC49 is #E003B6. Grayscale: #A6A6A6. Windows color (decimal): -14681015 or 4848671. OLE color: 4848671.
HSL color Cylindrical-coordinate representation of color #1FFC49: hue angle of 131.4º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1FFC49 is Cyan = 0.88, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 31 | 252 | 73 | - |
| CMYK | 0.88 | 0 | 0.71 | 0.01 |
| HSL | 131.4º | 0.97% | 0.55% | - |
| HSV(B) | 131.4º | 0.88% | 0.99% | - |
| XYZ | 36.58 | 70.39 | 17.96 | - |
| YUV | 165.52 | 75.78 | 32.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 252 | 73 | 0.88 | 0 | 0.71 | 0.01 | 131.4 | 0.97 | 0.55 |
| Hex | 1F | FC | 49 | 58 | 0 | 47 | 1 | 83 | 61 | 37 |
| Octal | 37 | 374 | 111 | 130 | 0 | 107 | 1 | 203 | 141 | 67 |
| Binary | 11111 | 11111100 | 1001001 | 1011000 | 0 | 1000111 | 1 | 10000011 | 1100001 | 110111 |
Color Harmonies of #1FFC49
Complementary color
Monochromatic Colors of #1FFC49
Black with #1FFC49
Text Example
Text Example
White with #1FFC49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FFC49; }
p { color: rgb(31,252,73); }
H1.HeaderClassName
{
color: #1FFC49;
}
.AnyTagClassName
{
color: #1FFC49;
}
</style>
background-color css
<style>
a { background-color: #1FFC49; }
a { background-color: rgb(31,252,73); }
div.DivClassName
{
background-color: #1FFC49;
}
.BgClassName
{
background-color: #1FFC49;
}
</style>
border-color css
<style>
span { border-color: #1FFC49; }
span { border-color: rgb(31,252,73); }
td.TdClassName
{
border-color: #1FFC49;
}
.TagClassName
{
border-color: #1FFC49;
}
</style>