Shades of Malachite #31FE4B
Tints of Malachite #31FE4B
RGB
CMYK
RGB Variations
Color information
#31FE4B (or 0x31FE4B) is known color: Malachite. HEX triplet: 31, FE and 4B. RGB value is (49,254,75). Sum of RGB (Red+Green+Blue) = 49+254+75=378 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.96% from 378); Green value is 254 (99.61% from 255 or 67.20% from 378); Blue value is 75 (29.69% from 255 or 19.84% from 378); Max value from RGB is 254 - color contains mainly: green. Hex color #31FE4B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #31FE4B is #CE01B4. Grayscale: #ACACAC. Windows color (decimal): -13500853 or 4980273. OLE color: 4980273.
HSL color Cylindrical-coordinate representation of color #31FE4B: hue angle of 127.61º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #31FE4B is Cyan = 0.81, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 49 | 254 | 75 | - |
| CMYK | 0.81 | 0 | 0.70 | 0.00 |
| HSL | 127.61º | 0.99% | 0.59% | - |
| HSV(B) | 127.61º | 0.81% | 1% | - |
| XYZ | 37.98 | 72.04 | 18.56 | - |
| YUV | 172.3 | 73.08 | 40.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 254 | 75 | 0.81 | 0 | 0.70 | 0.00 | 127.61 | 0.99 | 0.59 |
| Hex | 31 | FE | 4B | 51 | 0 | 46 | 0 | 80 | 63 | 3B |
| Octal | 61 | 376 | 113 | 121 | 0 | 106 | 0 | 200 | 143 | 73 |
| Binary | 110001 | 11111110 | 1001011 | 1010001 | 0 | 1000110 | 0 | 10000000 | 1100011 | 111011 |
Color Harmonies of #31FE4B
Complementary color
Monochromatic Colors of #31FE4B
Black with #31FE4B
Text Example
Text Example
White with #31FE4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31FE4B; }
p { color: rgb(49,254,75); }
H1.HeaderClassName
{
color: #31FE4B;
}
.AnyTagClassName
{
color: #31FE4B;
}
</style>
background-color css
<style>
a { background-color: #31FE4B; }
a { background-color: rgb(49,254,75); }
div.DivClassName
{
background-color: #31FE4B;
}
.BgClassName
{
background-color: #31FE4B;
}
</style>
border-color css
<style>
span { border-color: #31FE4B; }
span { border-color: rgb(49,254,75); }
td.TdClassName
{
border-color: #31FE4B;
}
.TagClassName
{
border-color: #31FE4B;
}
</style>