Shades of Malachite #13FB3C
Tints of Malachite #13FB3C
RGB
CMYK
RGB Variations
Color information
#13FB3C (or 0x13FB3C) is known color: Malachite. HEX triplet: 13, FB and 3C. RGB value is (19,251,60). Sum of RGB (Red+Green+Blue) = 19+251+60=330 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.76% from 330); Green value is 251 (98.44% from 255 or 76.06% from 330); Blue value is 60 (23.83% from 255 or 18.18% from 330); Max value from RGB is 251 - color contains mainly: green. Hex color #13FB3C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #13FB3C is #EC04C3. Grayscale: #A0A0A0. Windows color (decimal): -15467716 or 3996435. OLE color: 3996435.
HSL color Cylindrical-coordinate representation of color #13FB3C: hue angle of 130.6º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13FB3C is Cyan = 0.92, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 19 | 251 | 60 | - |
| CMYK | 0.92 | 0 | 0.76 | 0.02 |
| HSL | 130.6º | 0.97% | 0.53% | - |
| HSV(B) | 130.6º | 0.92% | 0.98% | - |
| XYZ | 35.58 | 69.46 | 15.81 | - |
| YUV | 159.86 | 71.64 | 27.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 251 | 60 | 0.92 | 0 | 0.76 | 0.02 | 130.6 | 0.97 | 0.53 |
| Hex | 13 | FB | 3C | 5C | 0 | 4C | 2 | 83 | 61 | 35 |
| Octal | 23 | 373 | 74 | 134 | 0 | 114 | 2 | 203 | 141 | 65 |
| Binary | 10011 | 11111011 | 111100 | 1011100 | 0 | 1001100 | 10 | 10000011 | 1100001 | 110101 |
Color Harmonies of #13FB3C
Complementary color
Monochromatic Colors of #13FB3C
Black with #13FB3C
Text Example
Text Example
White with #13FB3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13FB3C; }
p { color: rgb(19,251,60); }
H1.HeaderClassName
{
color: #13FB3C;
}
.AnyTagClassName
{
color: #13FB3C;
}
</style>
background-color css
<style>
a { background-color: #13FB3C; }
a { background-color: rgb(19,251,60); }
div.DivClassName
{
background-color: #13FB3C;
}
.BgClassName
{
background-color: #13FB3C;
}
</style>
border-color css
<style>
span { border-color: #13FB3C; }
span { border-color: rgb(19,251,60); }
td.TdClassName
{
border-color: #13FB3C;
}
.TagClassName
{
border-color: #13FB3C;
}
</style>