Shades of Malachite #0FDE31
Tints of Malachite #0FDE31
RGB
CMYK
RGB Variations
Color information
#0FDE31 (or 0x0FDE31) is known color: Malachite. HEX triplet: 0F, DE and 31. RGB value is (15,222,49). Sum of RGB (Red+Green+Blue) = 15+222+49=286 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.24% from 286); Green value is 222 (87.11% from 255 or 77.62% from 286); Blue value is 49 (19.53% from 255 or 17.13% from 286); Max value from RGB is 222 - color contains mainly: green. Hex color #0FDE31 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FDE31 is #F021CE. Grayscale: #8C8C8C. Windows color (decimal): -15737295 or 3268111. OLE color: 3268111.
HSL color Cylindrical-coordinate representation of color #0FDE31: hue angle of 129.86º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FDE31 is Cyan = 0.93, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 15 | 222 | 49 | - |
| CMYK | 0.93 | 0 | 0.78 | 0.13 |
| HSL | 129.86º | 0.87% | 0.46% | - |
| HSV(B) | 129.86º | 0.93% | 0.87% | - |
| XYZ | 26.87 | 52.57 | 11.64 | - |
| YUV | 140.39 | 76.42 | 38.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 222 | 49 | 0.93 | 0 | 0.78 | 0.13 | 129.86 | 0.87 | 0.46 |
| Hex | F | DE | 31 | 5D | 0 | 4E | D | 82 | 57 | 2E |
| Octal | 17 | 336 | 61 | 135 | 0 | 116 | 15 | 202 | 127 | 56 |
| Binary | 1111 | 11011110 | 110001 | 1011101 | 0 | 1001110 | 1101 | 10000010 | 1010111 | 101110 |
Color Harmonies of #0FDE31
Complementary color
Monochromatic Colors of #0FDE31
Black with #0FDE31
Text Example
Text Example
White with #0FDE31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FDE31; }
p { color: rgb(15,222,49); }
H1.HeaderClassName
{
color: #0FDE31;
}
.AnyTagClassName
{
color: #0FDE31;
}
</style>
background-color css
<style>
a { background-color: #0FDE31; }
a { background-color: rgb(15,222,49); }
div.DivClassName
{
background-color: #0FDE31;
}
.BgClassName
{
background-color: #0FDE31;
}
</style>
border-color css
<style>
span { border-color: #0FDE31; }
span { border-color: rgb(15,222,49); }
td.TdClassName
{
border-color: #0FDE31;
}
.TagClassName
{
border-color: #0FDE31;
}
</style>