Shades of Malachite #13C253
Tints of Malachite #13C253
RGB
CMYK
RGB Variations
Color information
#13C253 (or 0x13C253) is known color: Malachite. HEX triplet: 13, C2 and 53. RGB value is (19,194,83). Sum of RGB (Red+Green+Blue) = 19+194+83=296 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.42% from 296); Green value is 194 (76.17% from 255 or 65.54% from 296); Blue value is 83 (32.81% from 255 or 28.04% from 296); Max value from RGB is 194 - color contains mainly: green. Hex color #13C253 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13C253 is #EC3DAC. Grayscale: #818181. Windows color (decimal): -15482285 or 5489171. OLE color: 5489171.
HSL color Cylindrical-coordinate representation of color #13C253: hue angle of 141.94º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13C253 is Cyan = 0.90, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 19 | 194 | 83 | - |
| CMYK | 0.90 | 0 | 0.57 | 0.24 |
| HSL | 141.94º | 0.82% | 0.42% | - |
| HSV(B) | 141.94º | 0.9% | 0.76% | - |
| XYZ | 21.12 | 39.35 | 14.67 | - |
| YUV | 129.02 | 102.02 | 49.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 194 | 83 | 0.90 | 0 | 0.57 | 0.24 | 141.94 | 0.82 | 0.42 |
| Hex | 13 | C2 | 53 | 5A | 0 | 39 | 18 | 8E | 52 | 2A |
| Octal | 23 | 302 | 123 | 132 | 0 | 71 | 30 | 216 | 122 | 52 |
| Binary | 10011 | 11000010 | 1010011 | 1011010 | 0 | 111001 | 11000 | 10001110 | 1010010 | 101010 |
Color Harmonies of #13C253
Complementary color
Monochromatic Colors of #13C253
Black with #13C253
Text Example
Text Example
White with #13C253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13C253; }
p { color: rgb(19,194,83); }
H1.HeaderClassName
{
color: #13C253;
}
.AnyTagClassName
{
color: #13C253;
}
</style>
background-color css
<style>
a { background-color: #13C253; }
a { background-color: rgb(19,194,83); }
div.DivClassName
{
background-color: #13C253;
}
.BgClassName
{
background-color: #13C253;
}
</style>
border-color css
<style>
span { border-color: #13C253; }
span { border-color: rgb(19,194,83); }
td.TdClassName
{
border-color: #13C253;
}
.TagClassName
{
border-color: #13C253;
}
</style>