Shades of Malachite #0CDF31
Tints of Malachite #0CDF31
RGB
CMYK
RGB Variations
Color information
#0CDF31 (or 0x0CDF31) is known color: Malachite. HEX triplet: 0C, DF and 31. RGB value is (12,223,49). Sum of RGB (Red+Green+Blue) = 12+223+49=284 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.23% from 284); Green value is 223 (87.5% from 255 or 78.52% from 284); Blue value is 49 (19.53% from 255 or 17.25% from 284); Max value from RGB is 223 - color contains mainly: green. Hex color #0CDF31 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CDF31 is #F320CE. Grayscale: #8C8C8C. Windows color (decimal): -15933647 or 3268364. OLE color: 3268364.
HSL color Cylindrical-coordinate representation of color #0CDF31: hue angle of 130.52º 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 #0CDF31 is Cyan = 0.95, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 12 | 223 | 49 | - |
| CMYK | 0.95 | 0 | 0.78 | 0.13 |
| HSL | 130.52º | 0.9% | 0.46% | - |
| HSV(B) | 130.52º | 0.95% | 0.87% | - |
| XYZ | 27.09 | 53.08 | 11.72 | - |
| YUV | 140.08 | 76.6 | 36.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 223 | 49 | 0.95 | 0 | 0.78 | 0.13 | 130.52 | 0.9 | 0.46 |
| Hex | C | DF | 31 | 5F | 0 | 4E | D | 83 | 5A | 2E |
| Octal | 14 | 337 | 61 | 137 | 0 | 116 | 15 | 203 | 132 | 56 |
| Binary | 1100 | 11011111 | 110001 | 1011111 | 0 | 1001110 | 1101 | 10000011 | 1011010 | 101110 |
Color Harmonies of #0CDF31
Complementary color
Monochromatic Colors of #0CDF31
Black with #0CDF31
Text Example
Text Example
White with #0CDF31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CDF31; }
p { color: rgb(12,223,49); }
H1.HeaderClassName
{
color: #0CDF31;
}
.AnyTagClassName
{
color: #0CDF31;
}
</style>
background-color css
<style>
a { background-color: #0CDF31; }
a { background-color: rgb(12,223,49); }
div.DivClassName
{
background-color: #0CDF31;
}
.BgClassName
{
background-color: #0CDF31;
}
</style>
border-color css
<style>
span { border-color: #0CDF31; }
span { border-color: rgb(12,223,49); }
td.TdClassName
{
border-color: #0CDF31;
}
.TagClassName
{
border-color: #0CDF31;
}
</style>