Shades of Malachite #13FE52
Tints of Malachite #13FE52
RGB
CMYK
RGB Variations
Color information
#13FE52 (or 0x13FE52) is known color: Malachite. HEX triplet: 13, FE and 52. RGB value is (19,254,82). Sum of RGB (Red+Green+Blue) = 19+254+82=355 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.35% from 355); Green value is 254 (99.61% from 255 or 71.55% from 355); Blue value is 82 (32.42% from 255 or 23.10% from 355); Max value from RGB is 254 - color contains mainly: green. Hex color #13FE52 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #13FE52 is #EC01AD. Grayscale: #A4A4A4. Windows color (decimal): -15466926 or 5438995. OLE color: 5438995.
HSL color Cylindrical-coordinate representation of color #13FE52: hue angle of 136.09º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #13FE52 is Cyan = 0.93, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 19 | 254 | 82 | - |
| CMYK | 0.93 | 0 | 0.68 | 0.00 |
| HSL | 136.09º | 0.99% | 0.54% | - |
| HSV(B) | 136.09º | 0.93% | 1% | - |
| XYZ | 37.23 | 71.63 | 19.85 | - |
| YUV | 164.13 | 81.64 | 24.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 254 | 82 | 0.93 | 0 | 0.68 | 0.00 | 136.09 | 0.99 | 0.54 |
| Hex | 13 | FE | 52 | 5D | 0 | 44 | 0 | 88 | 63 | 36 |
| Octal | 23 | 376 | 122 | 135 | 0 | 104 | 0 | 210 | 143 | 66 |
| Binary | 10011 | 11111110 | 1010010 | 1011101 | 0 | 1000100 | 0 | 10001000 | 1100011 | 110110 |
Color Harmonies of #13FE52
Complementary color
Monochromatic Colors of #13FE52
Black with #13FE52
Text Example
Text Example
White with #13FE52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13FE52; }
p { color: rgb(19,254,82); }
H1.HeaderClassName
{
color: #13FE52;
}
.AnyTagClassName
{
color: #13FE52;
}
</style>
background-color css
<style>
a { background-color: #13FE52; }
a { background-color: rgb(19,254,82); }
div.DivClassName
{
background-color: #13FE52;
}
.BgClassName
{
background-color: #13FE52;
}
</style>
border-color css
<style>
span { border-color: #13FE52; }
span { border-color: rgb(19,254,82); }
td.TdClassName
{
border-color: #13FE52;
}
.TagClassName
{
border-color: #13FE52;
}
</style>