Shades of Malachite #0FDD52
Tints of Malachite #0FDD52
RGB
CMYK
RGB Variations
Color information
#0FDD52 (or 0x0FDD52) is known color: Malachite. HEX triplet: 0F, DD and 52. RGB value is (15,221,82). Sum of RGB (Red+Green+Blue) = 15+221+82=318 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.72% from 318); Green value is 221 (86.72% from 255 or 69.50% from 318); Blue value is 82 (32.42% from 255 or 25.79% from 318); Max value from RGB is 221 - color contains mainly: green. Hex color #0FDD52 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FDD52 is #F022AD. Grayscale: #8F8F8F. Windows color (decimal): -15737518 or 5430543. OLE color: 5430543.
HSL color Cylindrical-coordinate representation of color #0FDD52: hue angle of 139.51º 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 #0FDD52 is Cyan = 0.93, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 15 | 221 | 82 | - |
| CMYK | 0.93 | 0 | 0.63 | 0.13 |
| HSL | 139.51º | 0.87% | 0.46% | - |
| HSV(B) | 139.51º | 0.93% | 0.87% | - |
| XYZ | 27.58 | 52.42 | 16.65 | - |
| YUV | 143.56 | 93.25 | 36.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 221 | 82 | 0.93 | 0 | 0.63 | 0.13 | 139.51 | 0.87 | 0.46 |
| Hex | F | DD | 52 | 5D | 0 | 3F | D | 8C | 57 | 2E |
| Octal | 17 | 335 | 122 | 135 | 0 | 77 | 15 | 214 | 127 | 56 |
| Binary | 1111 | 11011101 | 1010010 | 1011101 | 0 | 111111 | 1101 | 10001100 | 1010111 | 101110 |
Color Harmonies of #0FDD52
Complementary color
Monochromatic Colors of #0FDD52
Black with #0FDD52
Text Example
Text Example
White with #0FDD52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FDD52; }
p { color: rgb(15,221,82); }
H1.HeaderClassName
{
color: #0FDD52;
}
.AnyTagClassName
{
color: #0FDD52;
}
</style>
background-color css
<style>
a { background-color: #0FDD52; }
a { background-color: rgb(15,221,82); }
div.DivClassName
{
background-color: #0FDD52;
}
.BgClassName
{
background-color: #0FDD52;
}
</style>
border-color css
<style>
span { border-color: #0FDD52; }
span { border-color: rgb(15,221,82); }
td.TdClassName
{
border-color: #0FDD52;
}
.TagClassName
{
border-color: #0FDD52;
}
</style>