Shades of Malachite #13EA33
Tints of Malachite #13EA33
RGB
CMYK
RGB Variations
Color information
#13EA33 (or 0x13EA33) is known color: Malachite. HEX triplet: 13, EA and 33. RGB value is (19,234,51). Sum of RGB (Red+Green+Blue) = 19+234+51=304 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.25% from 304); Green value is 234 (91.80% from 255 or 76.97% from 304); Blue value is 51 (20.31% from 255 or 16.78% from 304); Max value from RGB is 234 - color contains mainly: green. Hex color #13EA33 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #13EA33 is #EC15CC. Grayscale: #959595. Windows color (decimal): -15472077 or 3402259. OLE color: 3402259.
HSL color Cylindrical-coordinate representation of color #13EA33: hue angle of 128.93º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13EA33 is Cyan = 0.92, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 19 | 234 | 51 | - |
| CMYK | 0.92 | 0 | 0.78 | 0.08 |
| HSL | 128.93º | 0.85% | 0.5% | - |
| HSV(B) | 128.93º | 0.92% | 0.92% | - |
| XYZ | 30.29 | 59.22 | 12.97 | - |
| YUV | 148.85 | 72.77 | 35.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 234 | 51 | 0.92 | 0 | 0.78 | 0.08 | 128.93 | 0.85 | 0.5 |
| Hex | 13 | EA | 33 | 5C | 0 | 4E | 8 | 81 | 55 | 32 |
| Octal | 23 | 352 | 63 | 134 | 0 | 116 | 10 | 201 | 125 | 62 |
| Binary | 10011 | 11101010 | 110011 | 1011100 | 0 | 1001110 | 1000 | 10000001 | 1010101 | 110010 |
Color Harmonies of #13EA33
Complementary color
Monochromatic Colors of #13EA33
Black with #13EA33
Text Example
Text Example
White with #13EA33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13EA33; }
p { color: rgb(19,234,51); }
H1.HeaderClassName
{
color: #13EA33;
}
.AnyTagClassName
{
color: #13EA33;
}
</style>
background-color css
<style>
a { background-color: #13EA33; }
a { background-color: rgb(19,234,51); }
div.DivClassName
{
background-color: #13EA33;
}
.BgClassName
{
background-color: #13EA33;
}
</style>
border-color css
<style>
span { border-color: #13EA33; }
span { border-color: rgb(19,234,51); }
td.TdClassName
{
border-color: #13EA33;
}
.TagClassName
{
border-color: #13EA33;
}
</style>