Shades of Malachite #13EF3C
Tints of Malachite #13EF3C
RGB
CMYK
RGB Variations
Color information
#13EF3C (or 0x13EF3C) is known color: Malachite. HEX triplet: 13, EF and 3C. RGB value is (19,239,60). Sum of RGB (Red+Green+Blue) = 19+239+60=318 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.97% from 318); Green value is 239 (93.75% from 255 or 75.16% from 318); Blue value is 60 (23.83% from 255 or 18.87% from 318); Max value from RGB is 239 - color contains mainly: green. Hex color #13EF3C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #13EF3C is #EC10C3. Grayscale: #999999. Windows color (decimal): -15470788 or 3993363. OLE color: 3993363.
HSL color Cylindrical-coordinate representation of color #13EF3C: hue angle of 131.18º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13EF3C is Cyan = 0.92, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 19 | 239 | 60 | - |
| CMYK | 0.92 | 0 | 0.75 | 0.06 |
| HSL | 131.18º | 0.87% | 0.51% | - |
| HSV(B) | 131.18º | 0.92% | 0.94% | - |
| XYZ | 31.95 | 62.2 | 14.6 | - |
| YUV | 152.81 | 75.61 | 32.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 239 | 60 | 0.92 | 0 | 0.75 | 0.06 | 131.18 | 0.87 | 0.51 |
| Hex | 13 | EF | 3C | 5C | 0 | 4B | 6 | 83 | 57 | 33 |
| Octal | 23 | 357 | 74 | 134 | 0 | 113 | 6 | 203 | 127 | 63 |
| Binary | 10011 | 11101111 | 111100 | 1011100 | 0 | 1001011 | 110 | 10000011 | 1010111 | 110011 |
Color Harmonies of #13EF3C
Complementary color
Monochromatic Colors of #13EF3C
Black with #13EF3C
Text Example
Text Example
White with #13EF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13EF3C; }
p { color: rgb(19,239,60); }
H1.HeaderClassName
{
color: #13EF3C;
}
.AnyTagClassName
{
color: #13EF3C;
}
</style>
background-color css
<style>
a { background-color: #13EF3C; }
a { background-color: rgb(19,239,60); }
div.DivClassName
{
background-color: #13EF3C;
}
.BgClassName
{
background-color: #13EF3C;
}
</style>
border-color css
<style>
span { border-color: #13EF3C; }
span { border-color: rgb(19,239,60); }
td.TdClassName
{
border-color: #13EF3C;
}
.TagClassName
{
border-color: #13EF3C;
}
</style>