Shades of Malachite #0CD74B
Tints of Malachite #0CD74B
RGB
CMYK
RGB Variations
Color information
#0CD74B (or 0x0CD74B) is known color: Malachite. HEX triplet: 0C, D7 and 4B. RGB value is (12,215,75). Sum of RGB (Red+Green+Blue) = 12+215+75=302 (40% of max value = 765). Red value is 12 (5.08% from 255 or 3.97% from 302); Green value is 215 (84.38% from 255 or 71.19% from 302); Blue value is 75 (29.69% from 255 or 24.83% from 302); Max value from RGB is 215 - color contains mainly: green. Hex color #0CD74B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CD74B is #F328B4. Grayscale: #8A8A8A. Windows color (decimal): -15935669 or 4970252. OLE color: 4970252.
HSL color Cylindrical-coordinate representation of color #0CD74B: hue angle of 138.62º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CD74B is Cyan = 0.94, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 12 | 215 | 75 | - |
| CMYK | 0.94 | 0 | 0.65 | 0.16 |
| HSL | 138.62º | 0.89% | 0.45% | - |
| HSV(B) | 138.62º | 0.94% | 0.84% | - |
| XYZ | 25.72 | 49.19 | 14.79 | - |
| YUV | 138.34 | 92.25 | 37.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 215 | 75 | 0.94 | 0 | 0.65 | 0.16 | 138.62 | 0.89 | 0.45 |
| Hex | C | D7 | 4B | 5E | 0 | 41 | 10 | 8B | 59 | 2D |
| Octal | 14 | 327 | 113 | 136 | 0 | 101 | 20 | 213 | 131 | 55 |
| Binary | 1100 | 11010111 | 1001011 | 1011110 | 0 | 1000001 | 10000 | 10001011 | 1011001 | 101101 |
Color Harmonies of #0CD74B
Complementary color
Monochromatic Colors of #0CD74B
Black with #0CD74B
Text Example
Text Example
White with #0CD74B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CD74B; }
p { color: rgb(12,215,75); }
H1.HeaderClassName
{
color: #0CD74B;
}
.AnyTagClassName
{
color: #0CD74B;
}
</style>
background-color css
<style>
a { background-color: #0CD74B; }
a { background-color: rgb(12,215,75); }
div.DivClassName
{
background-color: #0CD74B;
}
.BgClassName
{
background-color: #0CD74B;
}
</style>
border-color css
<style>
span { border-color: #0CD74B; }
span { border-color: rgb(12,215,75); }
td.TdClassName
{
border-color: #0CD74B;
}
.TagClassName
{
border-color: #0CD74B;
}
</style>