Shades of Malachite #13F754
Tints of Malachite #13F754
RGB
CMYK
RGB Variations
Color information
#13F754 (or 0x13F754) is known color: Malachite. HEX triplet: 13, F7 and 54. RGB value is (19,247,84). Sum of RGB (Red+Green+Blue) = 19+247+84=350 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.43% from 350); Green value is 247 (96.88% from 255 or 70.57% from 350); Blue value is 84 (33.20% from 255 or 24% from 350); Max value from RGB is 247 - color contains mainly: green. Hex color #13F754 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #13F754 is #EC08AB. Grayscale: #A0A0A0. Windows color (decimal): -15468716 or 5568275. OLE color: 5568275.
HSL color Cylindrical-coordinate representation of color #13F754: hue angle of 137.11º 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 #13F754 is Cyan = 0.92, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 19 | 247 | 84 | - |
| CMYK | 0.92 | 0 | 0.66 | 0.03 |
| HSL | 137.11º | 0.93% | 0.52% | - |
| HSV(B) | 137.11º | 0.92% | 0.97% | - |
| XYZ | 35.13 | 67.3 | 19.53 | - |
| YUV | 160.25 | 84.96 | 27.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 247 | 84 | 0.92 | 0 | 0.66 | 0.03 | 137.11 | 0.93 | 0.52 |
| Hex | 13 | F7 | 54 | 5C | 0 | 42 | 3 | 89 | 5D | 34 |
| Octal | 23 | 367 | 124 | 134 | 0 | 102 | 3 | 211 | 135 | 64 |
| Binary | 10011 | 11110111 | 1010100 | 1011100 | 0 | 1000010 | 11 | 10001001 | 1011101 | 110100 |
Color Harmonies of #13F754
Complementary color
Monochromatic Colors of #13F754
Black with #13F754
Text Example
Text Example
White with #13F754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13F754; }
p { color: rgb(19,247,84); }
H1.HeaderClassName
{
color: #13F754;
}
.AnyTagClassName
{
color: #13F754;
}
</style>
background-color css
<style>
a { background-color: #13F754; }
a { background-color: rgb(19,247,84); }
div.DivClassName
{
background-color: #13F754;
}
.BgClassName
{
background-color: #13F754;
}
</style>
border-color css
<style>
span { border-color: #13F754; }
span { border-color: rgb(19,247,84); }
td.TdClassName
{
border-color: #13F754;
}
.TagClassName
{
border-color: #13F754;
}
</style>