Shades of Malachite #1FFB40
Tints of Malachite #1FFB40
RGB
CMYK
RGB Variations
Color information
#1FFB40 (or 0x1FFB40) is known color: Malachite. HEX triplet: 1F, FB and 40. RGB value is (31,251,64). Sum of RGB (Red+Green+Blue) = 31+251+64=346 (45% of max value = 765). Red value is 31 (12.5% from 255 or 8.96% from 346); Green value is 251 (98.44% from 255 or 72.54% from 346); Blue value is 64 (25.39% from 255 or 18.50% from 346); Max value from RGB is 251 - color contains mainly: green. Hex color #1FFB40 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1FFB40 is #E004BF. Grayscale: #A4A4A4. Windows color (decimal): -14681280 or 4258591. OLE color: 4258591.
HSL color Cylindrical-coordinate representation of color #1FFB40: hue angle of 129º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1FFB40 is Cyan = 0.88, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 31 | 251 | 64 | - |
| CMYK | 0.88 | 0 | 0.75 | 0.02 |
| HSL | 129º | 0.96% | 0.55% | - |
| HSV(B) | 129º | 0.88% | 0.98% | - |
| XYZ | 35.99 | 69.66 | 16.4 | - |
| YUV | 163.9 | 71.61 | 33.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 251 | 64 | 0.88 | 0 | 0.75 | 0.02 | 129 | 0.96 | 0.55 |
| Hex | 1F | FB | 40 | 58 | 0 | 4B | 2 | 81 | 60 | 37 |
| Octal | 37 | 373 | 100 | 130 | 0 | 113 | 2 | 201 | 140 | 67 |
| Binary | 11111 | 11111011 | 1000000 | 1011000 | 0 | 1001011 | 10 | 10000001 | 1100000 | 110111 |
Color Harmonies of #1FFB40
Complementary color
Monochromatic Colors of #1FFB40
Black with #1FFB40
Text Example
Text Example
White with #1FFB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FFB40; }
p { color: rgb(31,251,64); }
H1.HeaderClassName
{
color: #1FFB40;
}
.AnyTagClassName
{
color: #1FFB40;
}
</style>
background-color css
<style>
a { background-color: #1FFB40; }
a { background-color: rgb(31,251,64); }
div.DivClassName
{
background-color: #1FFB40;
}
.BgClassName
{
background-color: #1FFB40;
}
</style>
border-color css
<style>
span { border-color: #1FFB40; }
span { border-color: rgb(31,251,64); }
td.TdClassName
{
border-color: #1FFB40;
}
.TagClassName
{
border-color: #1FFB40;
}
</style>