Shades of Malachite #13F764
Tints of Malachite #13F764
RGB
CMYK
RGB Variations
Color information
#13F764 (or 0x13F764) is known color: Malachite. HEX triplet: 13, F7 and 64. RGB value is (19,247,100). Sum of RGB (Red+Green+Blue) = 19+247+100=366 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.19% from 366); Green value is 247 (96.88% from 255 or 67.49% from 366); Blue value is 100 (39.45% from 255 or 27.32% from 366); Max value from RGB is 247 - color contains mainly: green. Hex color #13F764 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #13F764 is #EC089B. Grayscale: #A2A2A2. Windows color (decimal): -15468700 or 6616851. OLE color: 6616851.
HSL color Cylindrical-coordinate representation of color #13F764: hue angle of 141.32º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13F764 is Cyan = 0.92, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 19 | 247 | 100 | - |
| CMYK | 0.92 | 0 | 0.60 | 0.03 |
| HSL | 141.32º | 0.93% | 0.52% | - |
| HSV(B) | 141.32º | 0.92% | 0.97% | - |
| XYZ | 35.83 | 67.58 | 23.21 | - |
| YUV | 162.07 | 92.96 | 25.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 247 | 100 | 0.92 | 0 | 0.60 | 0.03 | 141.32 | 0.93 | 0.52 |
| Hex | 13 | F7 | 64 | 5C | 0 | 3C | 3 | 8D | 5D | 34 |
| Octal | 23 | 367 | 144 | 134 | 0 | 74 | 3 | 215 | 135 | 64 |
| Binary | 10011 | 11110111 | 1100100 | 1011100 | 0 | 111100 | 11 | 10001101 | 1011101 | 110100 |
Color Harmonies of #13F764
Complementary color
Monochromatic Colors of #13F764
Black with #13F764
Text Example
Text Example
White with #13F764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13F764; }
p { color: rgb(19,247,100); }
H1.HeaderClassName
{
color: #13F764;
}
.AnyTagClassName
{
color: #13F764;
}
</style>
background-color css
<style>
a { background-color: #13F764; }
a { background-color: rgb(19,247,100); }
div.DivClassName
{
background-color: #13F764;
}
.BgClassName
{
background-color: #13F764;
}
</style>
border-color css
<style>
span { border-color: #13F764; }
span { border-color: rgb(19,247,100); }
td.TdClassName
{
border-color: #13F764;
}
.TagClassName
{
border-color: #13F764;
}
</style>