Shades of Malachite #13EF3E
Tints of Malachite #13EF3E
RGB
CMYK
RGB Variations
Color information
#13EF3E (or 0x13EF3E) is known color: Malachite. HEX triplet: 13, EF and 3E. RGB value is (19,239,62). Sum of RGB (Red+Green+Blue) = 19+239+62=320 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.94% from 320); Green value is 239 (93.75% from 255 or 74.69% from 320); Blue value is 62 (24.61% from 255 or 19.38% from 320); Max value from RGB is 239 - color contains mainly: green. Hex color #13EF3E is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #13EF3E is #EC10C1. Grayscale: #999999. Windows color (decimal): -15470786 or 4124435. OLE color: 4124435.
HSL color Cylindrical-coordinate representation of color #13EF3E: hue angle of 131.73º 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 #13EF3E is Cyan = 0.92, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 19 | 239 | 62 | - |
| CMYK | 0.92 | 0 | 0.74 | 0.06 |
| HSL | 131.73º | 0.87% | 0.51% | - |
| HSV(B) | 131.73º | 0.92% | 0.94% | - |
| XYZ | 32 | 62.22 | 14.88 | - |
| YUV | 153.04 | 76.61 | 32.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 239 | 62 | 0.92 | 0 | 0.74 | 0.06 | 131.73 | 0.87 | 0.51 |
| Hex | 13 | EF | 3E | 5C | 0 | 4A | 6 | 84 | 57 | 33 |
| Octal | 23 | 357 | 76 | 134 | 0 | 112 | 6 | 204 | 127 | 63 |
| Binary | 10011 | 11101111 | 111110 | 1011100 | 0 | 1001010 | 110 | 10000100 | 1010111 | 110011 |
Color Harmonies of #13EF3E
Complementary color
Monochromatic Colors of #13EF3E
Black with #13EF3E
Text Example
Text Example
White with #13EF3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13EF3E; }
p { color: rgb(19,239,62); }
H1.HeaderClassName
{
color: #13EF3E;
}
.AnyTagClassName
{
color: #13EF3E;
}
</style>
background-color css
<style>
a { background-color: #13EF3E; }
a { background-color: rgb(19,239,62); }
div.DivClassName
{
background-color: #13EF3E;
}
.BgClassName
{
background-color: #13EF3E;
}
</style>
border-color css
<style>
span { border-color: #13EF3E; }
span { border-color: rgb(19,239,62); }
td.TdClassName
{
border-color: #13EF3E;
}
.TagClassName
{
border-color: #13EF3E;
}
</style>