Shades of Malachite #0FF741
Tints of Malachite #0FF741
RGB
CMYK
RGB Variations
Color information
#0FF741 (or 0x0FF741) is known color: Malachite. HEX triplet: 0F, F7 and 41. RGB value is (15,247,65). Sum of RGB (Red+Green+Blue) = 15+247+65=327 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.59% from 327); Green value is 247 (96.88% from 255 or 75.54% from 327); Blue value is 65 (25.78% from 255 or 19.88% from 327); Max value from RGB is 247 - color contains mainly: green. Hex color #0FF741 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0FF741 is #F008BE. Grayscale: #9D9D9D. Windows color (decimal): -15730879 or 4323087. OLE color: 4323087.
HSL color Cylindrical-coordinate representation of color #0FF741: hue angle of 132.93º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FF741 is Cyan = 0.94, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 15 | 247 | 65 | - |
| CMYK | 0.94 | 0 | 0.74 | 0.03 |
| HSL | 132.93º | 0.94% | 0.51% | - |
| HSV(B) | 132.93º | 0.94% | 0.97% | - |
| XYZ | 34.41 | 67 | 16.12 | - |
| YUV | 156.88 | 76.14 | 26.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 247 | 65 | 0.94 | 0 | 0.74 | 0.03 | 132.93 | 0.94 | 0.51 |
| Hex | F | F7 | 41 | 5E | 0 | 4A | 3 | 85 | 5E | 33 |
| Octal | 17 | 367 | 101 | 136 | 0 | 112 | 3 | 205 | 136 | 63 |
| Binary | 1111 | 11110111 | 1000001 | 1011110 | 0 | 1001010 | 11 | 10000101 | 1011110 | 110011 |
Color Harmonies of #0FF741
Complementary color
Monochromatic Colors of #0FF741
Black with #0FF741
Text Example
Text Example
White with #0FF741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FF741; }
p { color: rgb(15,247,65); }
H1.HeaderClassName
{
color: #0FF741;
}
.AnyTagClassName
{
color: #0FF741;
}
</style>
background-color css
<style>
a { background-color: #0FF741; }
a { background-color: rgb(15,247,65); }
div.DivClassName
{
background-color: #0FF741;
}
.BgClassName
{
background-color: #0FF741;
}
</style>
border-color css
<style>
span { border-color: #0FF741; }
span { border-color: rgb(15,247,65); }
td.TdClassName
{
border-color: #0FF741;
}
.TagClassName
{
border-color: #0FF741;
}
</style>