Shades of Malachite #12DF35
Tints of Malachite #12DF35
RGB
CMYK
RGB Variations
Color information
#12DF35 (or 0x12DF35) is known color: Malachite. HEX triplet: 12, DF and 35. RGB value is (18,223,53). Sum of RGB (Red+Green+Blue) = 18+223+53=294 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.12% from 294); Green value is 223 (87.5% from 255 or 75.85% from 294); Blue value is 53 (21.09% from 255 or 18.03% from 294); Max value from RGB is 223 - color contains mainly: green. Hex color #12DF35 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12DF35 is #ED20CA. Grayscale: #8E8E8E. Windows color (decimal): -15540427 or 3530514. OLE color: 3530514.
HSL color Cylindrical-coordinate representation of color #12DF35: hue angle of 130.24º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12DF35 is Cyan = 0.92, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 18 | 223 | 53 | - |
| CMYK | 0.92 | 0 | 0.76 | 0.13 |
| HSL | 130.24º | 0.85% | 0.47% | - |
| HSV(B) | 130.24º | 0.92% | 0.87% | - |
| XYZ | 27.28 | 53.16 | 12.19 | - |
| YUV | 142.33 | 77.58 | 39.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 223 | 53 | 0.92 | 0 | 0.76 | 0.13 | 130.24 | 0.85 | 0.47 |
| Hex | 12 | DF | 35 | 5C | 0 | 4C | D | 82 | 55 | 2F |
| Octal | 22 | 337 | 65 | 134 | 0 | 114 | 15 | 202 | 125 | 57 |
| Binary | 10010 | 11011111 | 110101 | 1011100 | 0 | 1001100 | 1101 | 10000010 | 1010101 | 101111 |
Color Harmonies of #12DF35
Complementary color
Monochromatic Colors of #12DF35
Black with #12DF35
Text Example
Text Example
White with #12DF35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12DF35; }
p { color: rgb(18,223,53); }
H1.HeaderClassName
{
color: #12DF35;
}
.AnyTagClassName
{
color: #12DF35;
}
</style>
background-color css
<style>
a { background-color: #12DF35; }
a { background-color: rgb(18,223,53); }
div.DivClassName
{
background-color: #12DF35;
}
.BgClassName
{
background-color: #12DF35;
}
</style>
border-color css
<style>
span { border-color: #12DF35; }
span { border-color: rgb(18,223,53); }
td.TdClassName
{
border-color: #12DF35;
}
.TagClassName
{
border-color: #12DF35;
}
</style>