Shades of Malachite #0FDE52
Tints of Malachite #0FDE52
RGB
CMYK
RGB Variations
Color information
#0FDE52 (or 0x0FDE52) is known color: Malachite. HEX triplet: 0F, DE and 52. RGB value is (15,222,82). Sum of RGB (Red+Green+Blue) = 15+222+82=319 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.70% from 319); Green value is 222 (87.11% from 255 or 69.59% from 319); Blue value is 82 (32.42% from 255 or 25.71% from 319); Max value from RGB is 222 - color contains mainly: green. Hex color #0FDE52 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FDE52 is #F021AD. Grayscale: #909090. Windows color (decimal): -15737262 or 5430799. OLE color: 5430799.
HSL color Cylindrical-coordinate representation of color #0FDE52: hue angle of 139.42º 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 #0FDE52 is Cyan = 0.93, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 15 | 222 | 82 | - |
| CMYK | 0.93 | 0 | 0.63 | 0.13 |
| HSL | 139.42º | 0.87% | 0.46% | - |
| HSV(B) | 139.42º | 0.93% | 0.87% | - |
| XYZ | 27.84 | 52.95 | 16.74 | - |
| YUV | 144.15 | 92.92 | 35.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 222 | 82 | 0.93 | 0 | 0.63 | 0.13 | 139.42 | 0.87 | 0.46 |
| Hex | F | DE | 52 | 5D | 0 | 3F | D | 8B | 57 | 2E |
| Octal | 17 | 336 | 122 | 135 | 0 | 77 | 15 | 213 | 127 | 56 |
| Binary | 1111 | 11011110 | 1010010 | 1011101 | 0 | 111111 | 1101 | 10001011 | 1010111 | 101110 |
Color Harmonies of #0FDE52
Complementary color
Monochromatic Colors of #0FDE52
Black with #0FDE52
Text Example
Text Example
White with #0FDE52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FDE52; }
p { color: rgb(15,222,82); }
H1.HeaderClassName
{
color: #0FDE52;
}
.AnyTagClassName
{
color: #0FDE52;
}
</style>
background-color css
<style>
a { background-color: #0FDE52; }
a { background-color: rgb(15,222,82); }
div.DivClassName
{
background-color: #0FDE52;
}
.BgClassName
{
background-color: #0FDE52;
}
</style>
border-color css
<style>
span { border-color: #0FDE52; }
span { border-color: rgb(15,222,82); }
td.TdClassName
{
border-color: #0FDE52;
}
.TagClassName
{
border-color: #0FDE52;
}
</style>