Shades of Malachite #0CEB37
Tints of Malachite #0CEB37
RGB
CMYK
RGB Variations
Color information
#0CEB37 (or 0x0CEB37) is known color: Malachite. HEX triplet: 0C, EB and 37. RGB value is (12,235,55). Sum of RGB (Red+Green+Blue) = 12+235+55=302 (40% of max value = 765). Red value is 12 (5.08% from 255 or 3.97% from 302); Green value is 235 (92.19% from 255 or 77.81% from 302); Blue value is 55 (21.88% from 255 or 18.21% from 302); Max value from RGB is 235 - color contains mainly: green. Hex color #0CEB37 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0CEB37 is #F314C8. Grayscale: #949494. Windows color (decimal): -15930569 or 3664652. OLE color: 3664652.
HSL color Cylindrical-coordinate representation of color #0CEB37: hue angle of 131.57º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CEB37 is Cyan = 0.95, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 12 | 235 | 55 | - |
| CMYK | 0.95 | 0 | 0.77 | 0.08 |
| HSL | 131.57º | 0.9% | 0.48% | - |
| HSV(B) | 131.57º | 0.95% | 0.92% | - |
| XYZ | 30.55 | 59.77 | 13.54 | - |
| YUV | 147.8 | 75.62 | 31.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 235 | 55 | 0.95 | 0 | 0.77 | 0.08 | 131.57 | 0.9 | 0.48 |
| Hex | C | EB | 37 | 5F | 0 | 4D | 8 | 84 | 5A | 30 |
| Octal | 14 | 353 | 67 | 137 | 0 | 115 | 10 | 204 | 132 | 60 |
| Binary | 1100 | 11101011 | 110111 | 1011111 | 0 | 1001101 | 1000 | 10000100 | 1011010 | 110000 |
Color Harmonies of #0CEB37
Complementary color
Monochromatic Colors of #0CEB37
Black with #0CEB37
Text Example
Text Example
White with #0CEB37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CEB37; }
p { color: rgb(12,235,55); }
H1.HeaderClassName
{
color: #0CEB37;
}
.AnyTagClassName
{
color: #0CEB37;
}
</style>
background-color css
<style>
a { background-color: #0CEB37; }
a { background-color: rgb(12,235,55); }
div.DivClassName
{
background-color: #0CEB37;
}
.BgClassName
{
background-color: #0CEB37;
}
</style>
border-color css
<style>
span { border-color: #0CEB37; }
span { border-color: rgb(12,235,55); }
td.TdClassName
{
border-color: #0CEB37;
}
.TagClassName
{
border-color: #0CEB37;
}
</style>