Shades of Malachite #13DC33
Tints of Malachite #13DC33
RGB
CMYK
RGB Variations
Color information
#13DC33 (or 0x13DC33) is known color: Malachite. HEX triplet: 13, DC and 33. RGB value is (19,220,51). Sum of RGB (Red+Green+Blue) = 19+220+51=290 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.55% from 290); Green value is 220 (86.33% from 255 or 75.86% from 290); Blue value is 51 (20.31% from 255 or 17.59% from 290); Max value from RGB is 220 - color contains mainly: green. Hex color #13DC33 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13DC33 is #EC23CC. Grayscale: #8D8D8D. Windows color (decimal): -15475661 or 3398675. OLE color: 3398675.
HSL color Cylindrical-coordinate representation of color #13DC33: hue angle of 129.55º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13DC33 is Cyan = 0.91, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 19 | 220 | 51 | - |
| CMYK | 0.91 | 0 | 0.77 | 0.14 |
| HSL | 129.55º | 0.84% | 0.47% | - |
| HSV(B) | 129.55º | 0.91% | 0.86% | - |
| XYZ | 26.46 | 51.56 | 11.69 | - |
| YUV | 140.64 | 77.41 | 41.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 220 | 51 | 0.91 | 0 | 0.77 | 0.14 | 129.55 | 0.84 | 0.47 |
| Hex | 13 | DC | 33 | 5B | 0 | 4D | E | 82 | 54 | 2F |
| Octal | 23 | 334 | 63 | 133 | 0 | 115 | 16 | 202 | 124 | 57 |
| Binary | 10011 | 11011100 | 110011 | 1011011 | 0 | 1001101 | 1110 | 10000010 | 1010100 | 101111 |
Color Harmonies of #13DC33
Complementary color
Monochromatic Colors of #13DC33
Black with #13DC33
Text Example
Text Example
White with #13DC33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13DC33; }
p { color: rgb(19,220,51); }
H1.HeaderClassName
{
color: #13DC33;
}
.AnyTagClassName
{
color: #13DC33;
}
</style>
background-color css
<style>
a { background-color: #13DC33; }
a { background-color: rgb(19,220,51); }
div.DivClassName
{
background-color: #13DC33;
}
.BgClassName
{
background-color: #13DC33;
}
</style>
border-color css
<style>
span { border-color: #13DC33; }
span { border-color: rgb(19,220,51); }
td.TdClassName
{
border-color: #13DC33;
}
.TagClassName
{
border-color: #13DC33;
}
</style>