Shades of Malachite #0CEF4F
Tints of Malachite #0CEF4F
RGB
CMYK
RGB Variations
Color information
#0CEF4F (or 0x0CEF4F) is known color: Malachite. HEX triplet: 0C, EF and 4F. RGB value is (12,239,79). Sum of RGB (Red+Green+Blue) = 12+239+79=330 (43% of max value = 765). Red value is 12 (5.08% from 255 or 3.64% from 330); Green value is 239 (93.75% from 255 or 72.42% from 330); Blue value is 79 (31.25% from 255 or 23.94% from 330); Max value from RGB is 239 - color contains mainly: green. Hex color #0CEF4F is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0CEF4F is #F310B0. Grayscale: #999999. Windows color (decimal): -15929521 or 5238540. OLE color: 5238540.
HSL color Cylindrical-coordinate representation of color #0CEF4F: hue angle of 137.71º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CEF4F is Cyan = 0.95, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 12 | 239 | 79 | - |
| CMYK | 0.95 | 0 | 0.67 | 0.06 |
| HSL | 137.71º | 0.9% | 0.49% | - |
| HSV(B) | 137.71º | 0.95% | 0.94% | - |
| XYZ | 32.43 | 62.38 | 17.73 | - |
| YUV | 152.89 | 86.29 | 27.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 239 | 79 | 0.95 | 0 | 0.67 | 0.06 | 137.71 | 0.9 | 0.49 |
| Hex | C | EF | 4F | 5F | 0 | 43 | 6 | 8A | 5A | 31 |
| Octal | 14 | 357 | 117 | 137 | 0 | 103 | 6 | 212 | 132 | 61 |
| Binary | 1100 | 11101111 | 1001111 | 1011111 | 0 | 1000011 | 110 | 10001010 | 1011010 | 110001 |
Color Harmonies of #0CEF4F
Complementary color
Monochromatic Colors of #0CEF4F
Black with #0CEF4F
Text Example
Text Example
White with #0CEF4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CEF4F; }
p { color: rgb(12,239,79); }
H1.HeaderClassName
{
color: #0CEF4F;
}
.AnyTagClassName
{
color: #0CEF4F;
}
</style>
background-color css
<style>
a { background-color: #0CEF4F; }
a { background-color: rgb(12,239,79); }
div.DivClassName
{
background-color: #0CEF4F;
}
.BgClassName
{
background-color: #0CEF4F;
}
</style>
border-color css
<style>
span { border-color: #0CEF4F; }
span { border-color: rgb(12,239,79); }
td.TdClassName
{
border-color: #0CEF4F;
}
.TagClassName
{
border-color: #0CEF4F;
}
</style>