Shades of Malachite #13FF53
Tints of Malachite #13FF53
RGB
CMYK
RGB Variations
Color information
#13FF53 (or 0x13FF53) is known color: Malachite. HEX triplet: 13, FF and 53. RGB value is (19,255,83). Sum of RGB (Red+Green+Blue) = 19+255+83=357 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.32% from 357); Green value is 255 (100% from 255 or 71.43% from 357); Blue value is 83 (32.81% from 255 or 23.25% from 357); Max value from RGB is 255 - color contains mainly: green. Hex color #13FF53 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #13FF53 is #EC00AC. Grayscale: #A5A5A5. Windows color (decimal): -15466669 or 5504787. OLE color: 5504787.
HSL color Cylindrical-coordinate representation of color #13FF53: hue angle of 136.27º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #13FF53 is Cyan = 0.93, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 19 | 255 | 83 | - |
| CMYK | 0.93 | 0 | 0.67 | 0 |
| HSL | 136.27º | 1% | 0.54% | - |
| HSV(B) | 136.27º | 0.93% | 1% | - |
| XYZ | 37.59 | 72.28 | 20.15 | - |
| YUV | 164.83 | 81.81 | 23.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 255 | 83 | 0.93 | 0 | 0.67 | 0 | 136.27 | 1 | 0.54 |
| Hex | 13 | FF | 53 | 5D | 0 | 43 | 0 | 88 | 64 | 36 |
| Octal | 23 | 377 | 123 | 135 | 0 | 103 | 0 | 210 | 144 | 66 |
| Binary | 10011 | 11111111 | 1010011 | 1011101 | 0 | 1000011 | 0 | 10001000 | 1100100 | 110110 |
Color Harmonies of #13FF53
Complementary color
Monochromatic Colors of #13FF53
Black with #13FF53
Text Example
Text Example
White with #13FF53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13FF53; }
p { color: rgb(19,255,83); }
H1.HeaderClassName
{
color: #13FF53;
}
.AnyTagClassName
{
color: #13FF53;
}
</style>
background-color css
<style>
a { background-color: #13FF53; }
a { background-color: rgb(19,255,83); }
div.DivClassName
{
background-color: #13FF53;
}
.BgClassName
{
background-color: #13FF53;
}
</style>
border-color css
<style>
span { border-color: #13FF53; }
span { border-color: rgb(19,255,83); }
td.TdClassName
{
border-color: #13FF53;
}
.TagClassName
{
border-color: #13FF53;
}
</style>