Shades of Malachite #12DB33
Tints of Malachite #12DB33
RGB
CMYK
RGB Variations
Color information
#12DB33 (or 0x12DB33) is known color: Malachite. HEX triplet: 12, DB and 33. RGB value is (18,219,51). Sum of RGB (Red+Green+Blue) = 18+219+51=288 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.25% from 288); Green value is 219 (85.94% from 255 or 76.04% from 288); Blue value is 51 (20.31% from 255 or 17.71% from 288); Max value from RGB is 219 - color contains mainly: green. Hex color #12DB33 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12DB33 is #ED24CC. Grayscale: #8C8C8C. Windows color (decimal): -15541453 or 3398418. OLE color: 3398418.
HSL color Cylindrical-coordinate representation of color #12DB33: hue angle of 129.85º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12DB33 is Cyan = 0.92, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 18 | 219 | 51 | - |
| CMYK | 0.92 | 0 | 0.77 | 0.14 |
| HSL | 129.85º | 0.85% | 0.46% | - |
| HSV(B) | 129.85º | 0.92% | 0.86% | - |
| XYZ | 26.18 | 51.03 | 11.6 | - |
| YUV | 139.75 | 77.91 | 41.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 219 | 51 | 0.92 | 0 | 0.77 | 0.14 | 129.85 | 0.85 | 0.46 |
| Hex | 12 | DB | 33 | 5C | 0 | 4D | E | 82 | 55 | 2E |
| Octal | 22 | 333 | 63 | 134 | 0 | 115 | 16 | 202 | 125 | 56 |
| Binary | 10010 | 11011011 | 110011 | 1011100 | 0 | 1001101 | 1110 | 10000010 | 1010101 | 101110 |
Color Harmonies of #12DB33
Complementary color
Monochromatic Colors of #12DB33
Black with #12DB33
Text Example
Text Example
White with #12DB33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12DB33; }
p { color: rgb(18,219,51); }
H1.HeaderClassName
{
color: #12DB33;
}
.AnyTagClassName
{
color: #12DB33;
}
</style>
background-color css
<style>
a { background-color: #12DB33; }
a { background-color: rgb(18,219,51); }
div.DivClassName
{
background-color: #12DB33;
}
.BgClassName
{
background-color: #12DB33;
}
</style>
border-color css
<style>
span { border-color: #12DB33; }
span { border-color: rgb(18,219,51); }
td.TdClassName
{
border-color: #12DB33;
}
.TagClassName
{
border-color: #12DB33;
}
</style>