Shades of Malachite #0CEB65
Tints of Malachite #0CEB65
RGB
CMYK
RGB Variations
Color information
#0CEB65 (or 0x0CEB65) is known color: Malachite. HEX triplet: 0C, EB and 65. RGB value is (12,235,101). Sum of RGB (Red+Green+Blue) = 12+235+101=348 (46% of max value = 765). Red value is 12 (5.08% from 255 or 3.45% from 348); Green value is 235 (92.19% from 255 or 67.53% from 348); Blue value is 101 (39.84% from 255 or 29.02% from 348); Max value from RGB is 235 - color contains mainly: green. Hex color #0CEB65 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0CEB65 is #F3149A. Grayscale: #999999. Windows color (decimal): -15930523 or 6679308. OLE color: 6679308.
HSL color Cylindrical-coordinate representation of color #0CEB65: hue angle of 143.95º 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 #0CEB65 is Cyan = 0.95, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 12 | 235 | 101 | - |
| CMYK | 0.95 | 0 | 0.57 | 0.08 |
| HSL | 143.95º | 0.9% | 0.48% | - |
| HSV(B) | 143.95º | 0.95% | 0.92% | - |
| XYZ | 32.21 | 60.43 | 22.28 | - |
| YUV | 153.05 | 98.62 | 27.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 235 | 101 | 0.95 | 0 | 0.57 | 0.08 | 143.95 | 0.9 | 0.48 |
| Hex | C | EB | 65 | 5F | 0 | 39 | 8 | 90 | 5A | 30 |
| Octal | 14 | 353 | 145 | 137 | 0 | 71 | 10 | 220 | 132 | 60 |
| Binary | 1100 | 11101011 | 1100101 | 1011111 | 0 | 111001 | 1000 | 10010000 | 1011010 | 110000 |
Color Harmonies of #0CEB65
Complementary color
Monochromatic Colors of #0CEB65
Black with #0CEB65
Text Example
Text Example
White with #0CEB65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CEB65; }
p { color: rgb(12,235,101); }
H1.HeaderClassName
{
color: #0CEB65;
}
.AnyTagClassName
{
color: #0CEB65;
}
</style>
background-color css
<style>
a { background-color: #0CEB65; }
a { background-color: rgb(12,235,101); }
div.DivClassName
{
background-color: #0CEB65;
}
.BgClassName
{
background-color: #0CEB65;
}
</style>
border-color css
<style>
span { border-color: #0CEB65; }
span { border-color: rgb(12,235,101); }
td.TdClassName
{
border-color: #0CEB65;
}
.TagClassName
{
border-color: #0CEB65;
}
</style>