Shades of Malachite #0CDE34
Tints of Malachite #0CDE34
RGB
CMYK
RGB Variations
Color information
#0CDE34 (or 0x0CDE34) is known color: Malachite. HEX triplet: 0C, DE and 34. RGB value is (12,222,52). Sum of RGB (Red+Green+Blue) = 12+222+52=286 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.20% from 286); Green value is 222 (87.11% from 255 or 77.62% from 286); Blue value is 52 (20.70% from 255 or 18.18% from 286); Max value from RGB is 222 - color contains mainly: green. Hex color #0CDE34 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CDE34 is #F321CB. Grayscale: #8C8C8C. Windows color (decimal): -15933900 or 3464716. OLE color: 3464716.
HSL color Cylindrical-coordinate representation of color #0CDE34: hue angle of 131.43º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CDE34 is Cyan = 0.95, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 12 | 222 | 52 | - |
| CMYK | 0.95 | 0 | 0.77 | 0.13 |
| HSL | 131.43º | 0.9% | 0.46% | - |
| HSV(B) | 131.43º | 0.95% | 0.87% | - |
| XYZ | 26.89 | 52.57 | 11.98 | - |
| YUV | 139.83 | 78.43 | 36.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 222 | 52 | 0.95 | 0 | 0.77 | 0.13 | 131.43 | 0.9 | 0.46 |
| Hex | C | DE | 34 | 5F | 0 | 4D | D | 83 | 5A | 2E |
| Octal | 14 | 336 | 64 | 137 | 0 | 115 | 15 | 203 | 132 | 56 |
| Binary | 1100 | 11011110 | 110100 | 1011111 | 0 | 1001101 | 1101 | 10000011 | 1011010 | 101110 |
Color Harmonies of #0CDE34
Complementary color
Monochromatic Colors of #0CDE34
Black with #0CDE34
Text Example
Text Example
White with #0CDE34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CDE34; }
p { color: rgb(12,222,52); }
H1.HeaderClassName
{
color: #0CDE34;
}
.AnyTagClassName
{
color: #0CDE34;
}
</style>
background-color css
<style>
a { background-color: #0CDE34; }
a { background-color: rgb(12,222,52); }
div.DivClassName
{
background-color: #0CDE34;
}
.BgClassName
{
background-color: #0CDE34;
}
</style>
border-color css
<style>
span { border-color: #0CDE34; }
span { border-color: rgb(12,222,52); }
td.TdClassName
{
border-color: #0CDE34;
}
.TagClassName
{
border-color: #0CDE34;
}
</style>