Shades of Malachite #31F968
Tints of Malachite #31F968
RGB
CMYK
RGB Variations
Color information
#31F968 (or 0x31F968) is known color: Malachite. HEX triplet: 31, F9 and 68. RGB value is (49,249,104). Sum of RGB (Red+Green+Blue) = 49+249+104=402 (53% of max value = 765). Red value is 49 (19.53% from 255 or 12.19% from 402); Green value is 249 (97.66% from 255 or 61.94% from 402); Blue value is 104 (41.02% from 255 or 25.87% from 402); Max value from RGB is 249 - color contains mainly: green. Hex color #31F968 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #31F968 is #CE0697. Grayscale: #ADADAD. Windows color (decimal): -13502104 or 6879537. OLE color: 6879537.
HSL color Cylindrical-coordinate representation of color #31F968: hue angle of 136.5º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31F968 is Cyan = 0.80, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 49 | 249 | 104 | - |
| CMYK | 0.80 | 0 | 0.58 | 0.02 |
| HSL | 136.5º | 0.94% | 0.58% | - |
| HSV(B) | 136.5º | 0.8% | 0.98% | - |
| XYZ | 37.64 | 69.4 | 24.51 | - |
| YUV | 172.67 | 89.24 | 39.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 249 | 104 | 0.80 | 0 | 0.58 | 0.02 | 136.5 | 0.94 | 0.58 |
| Hex | 31 | F9 | 68 | 50 | 0 | 3A | 2 | 88 | 5E | 3A |
| Octal | 61 | 371 | 150 | 120 | 0 | 72 | 2 | 210 | 136 | 72 |
| Binary | 110001 | 11111001 | 1101000 | 1010000 | 0 | 111010 | 10 | 10001000 | 1011110 | 111010 |
Color Harmonies of #31F968
Complementary color
Monochromatic Colors of #31F968
Black with #31F968
Text Example
Text Example
White with #31F968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31F968; }
p { color: rgb(49,249,104); }
H1.HeaderClassName
{
color: #31F968;
}
.AnyTagClassName
{
color: #31F968;
}
</style>
background-color css
<style>
a { background-color: #31F968; }
a { background-color: rgb(49,249,104); }
div.DivClassName
{
background-color: #31F968;
}
.BgClassName
{
background-color: #31F968;
}
</style>
border-color css
<style>
span { border-color: #31F968; }
span { border-color: rgb(49,249,104); }
td.TdClassName
{
border-color: #31F968;
}
.TagClassName
{
border-color: #31F968;
}
</style>