Shades of Malachite #13FF3C
Tints of Malachite #13FF3C
RGB
CMYK
RGB Variations
Color information
#13FF3C (or 0x13FF3C) is known color: Malachite. HEX triplet: 13, FF and 3C. RGB value is (19,255,60). Sum of RGB (Red+Green+Blue) = 19+255+60=334 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.69% from 334); Green value is 255 (100% from 255 or 76.35% from 334); Blue value is 60 (23.83% from 255 or 17.96% from 334); Max value from RGB is 255 - color contains mainly: green. Hex color #13FF3C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #13FF3C is #EC00C3. Grayscale: #A2A2A2. Windows color (decimal): -15466692 or 3997459. OLE color: 3997459.
HSL color Cylindrical-coordinate representation of color #13FF3C: hue angle of 130.42º 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 #13FF3C is Cyan = 0.93, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 19 | 255 | 60 | - |
| CMYK | 0.93 | 0 | 0.76 | 0 |
| HSL | 130.42º | 1% | 0.54% | - |
| HSV(B) | 130.42º | 0.93% | 1% | - |
| XYZ | 36.84 | 71.98 | 16.23 | - |
| YUV | 162.21 | 70.31 | 25.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 255 | 60 | 0.93 | 0 | 0.76 | 0 | 130.42 | 1 | 0.54 |
| Hex | 13 | FF | 3C | 5D | 0 | 4C | 0 | 82 | 64 | 36 |
| Octal | 23 | 377 | 74 | 135 | 0 | 114 | 0 | 202 | 144 | 66 |
| Binary | 10011 | 11111111 | 111100 | 1011101 | 0 | 1001100 | 0 | 10000010 | 1100100 | 110110 |
Color Harmonies of #13FF3C
Complementary color
Monochromatic Colors of #13FF3C
Black with #13FF3C
Text Example
Text Example
White with #13FF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13FF3C; }
p { color: rgb(19,255,60); }
H1.HeaderClassName
{
color: #13FF3C;
}
.AnyTagClassName
{
color: #13FF3C;
}
</style>
background-color css
<style>
a { background-color: #13FF3C; }
a { background-color: rgb(19,255,60); }
div.DivClassName
{
background-color: #13FF3C;
}
.BgClassName
{
background-color: #13FF3C;
}
</style>
border-color css
<style>
span { border-color: #13FF3C; }
span { border-color: rgb(19,255,60); }
td.TdClassName
{
border-color: #13FF3C;
}
.TagClassName
{
border-color: #13FF3C;
}
</style>