Shades of Malachite #0FEF42
Tints of Malachite #0FEF42
RGB
CMYK
RGB Variations
Color information
#0FEF42 (or 0x0FEF42) is known color: Malachite. HEX triplet: 0F, EF and 42. RGB value is (15,239,66). Sum of RGB (Red+Green+Blue) = 15+239+66=320 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.69% from 320); Green value is 239 (93.75% from 255 or 74.69% from 320); Blue value is 66 (26.17% from 255 or 20.62% from 320); Max value from RGB is 239 - color contains mainly: green. Hex color #0FEF42 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0FEF42 is #F010BD. Grayscale: #989898. Windows color (decimal): -15732926 or 4386575. OLE color: 4386575.
HSL color Cylindrical-coordinate representation of color #0FEF42: hue angle of 133.66º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FEF42 is Cyan = 0.94, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 15 | 239 | 66 | - |
| CMYK | 0.94 | 0 | 0.72 | 0.06 |
| HSL | 133.66º | 0.88% | 0.5% | - |
| HSV(B) | 133.66º | 0.94% | 0.94% | - |
| XYZ | 32.05 | 62.23 | 15.48 | - |
| YUV | 152.3 | 79.29 | 30.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 239 | 66 | 0.94 | 0 | 0.72 | 0.06 | 133.66 | 0.88 | 0.5 |
| Hex | F | EF | 42 | 5E | 0 | 48 | 6 | 86 | 58 | 32 |
| Octal | 17 | 357 | 102 | 136 | 0 | 110 | 6 | 206 | 130 | 62 |
| Binary | 1111 | 11101111 | 1000010 | 1011110 | 0 | 1001000 | 110 | 10000110 | 1011000 | 110010 |
Color Harmonies of #0FEF42
Complementary color
Monochromatic Colors of #0FEF42
Black with #0FEF42
Text Example
Text Example
White with #0FEF42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FEF42; }
p { color: rgb(15,239,66); }
H1.HeaderClassName
{
color: #0FEF42;
}
.AnyTagClassName
{
color: #0FEF42;
}
</style>
background-color css
<style>
a { background-color: #0FEF42; }
a { background-color: rgb(15,239,66); }
div.DivClassName
{
background-color: #0FEF42;
}
.BgClassName
{
background-color: #0FEF42;
}
</style>
border-color css
<style>
span { border-color: #0FEF42; }
span { border-color: rgb(15,239,66); }
td.TdClassName
{
border-color: #0FEF42;
}
.TagClassName
{
border-color: #0FEF42;
}
</style>