Shades of Malachite #0FDD35
Tints of Malachite #0FDD35
RGB
CMYK
RGB Variations
Color information
#0FDD35 (or 0x0FDD35) is known color: Malachite. HEX triplet: 0F, DD and 35. RGB value is (15,221,53). Sum of RGB (Red+Green+Blue) = 15+221+53=289 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.19% from 289); Green value is 221 (86.72% from 255 or 76.47% from 289); Blue value is 53 (21.09% from 255 or 18.34% from 289); Max value from RGB is 221 - color contains mainly: green. Hex color #0FDD35 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FDD35 is #F022CA. Grayscale: #8C8C8C. Windows color (decimal): -15737547 or 3529999. OLE color: 3529999.
HSL color Cylindrical-coordinate representation of color #0FDD35: hue angle of 131.07º 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 #0FDD35 is Cyan = 0.93, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 15 | 221 | 53 | - |
| CMYK | 0.93 | 0 | 0.76 | 0.13 |
| HSL | 131.07º | 0.87% | 0.46% | - |
| HSV(B) | 131.07º | 0.93% | 0.87% | - |
| XYZ | 26.7 | 52.07 | 12.01 | - |
| YUV | 140.25 | 78.75 | 38.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 221 | 53 | 0.93 | 0 | 0.76 | 0.13 | 131.07 | 0.87 | 0.46 |
| Hex | F | DD | 35 | 5D | 0 | 4C | D | 83 | 57 | 2E |
| Octal | 17 | 335 | 65 | 135 | 0 | 114 | 15 | 203 | 127 | 56 |
| Binary | 1111 | 11011101 | 110101 | 1011101 | 0 | 1001100 | 1101 | 10000011 | 1010111 | 101110 |
Color Harmonies of #0FDD35
Complementary color
Monochromatic Colors of #0FDD35
Black with #0FDD35
Text Example
Text Example
White with #0FDD35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FDD35; }
p { color: rgb(15,221,53); }
H1.HeaderClassName
{
color: #0FDD35;
}
.AnyTagClassName
{
color: #0FDD35;
}
</style>
background-color css
<style>
a { background-color: #0FDD35; }
a { background-color: rgb(15,221,53); }
div.DivClassName
{
background-color: #0FDD35;
}
.BgClassName
{
background-color: #0FDD35;
}
</style>
border-color css
<style>
span { border-color: #0FDD35; }
span { border-color: rgb(15,221,53); }
td.TdClassName
{
border-color: #0FDD35;
}
.TagClassName
{
border-color: #0FDD35;
}
</style>