Shades of Malachite #13EE68
Tints of Malachite #13EE68
RGB
CMYK
RGB Variations
Color information
#13EE68 (or 0x13EE68) is known color: Malachite. HEX triplet: 13, EE and 68. RGB value is (19,238,104). Sum of RGB (Red+Green+Blue) = 19+238+104=361 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.26% from 361); Green value is 238 (93.36% from 255 or 65.93% from 361); Blue value is 104 (41.02% from 255 or 28.81% from 361); Max value from RGB is 238 - color contains mainly: green. Hex color #13EE68 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #13EE68 is #EC1197. Grayscale: #9D9D9D. Windows color (decimal): -15471000 or 6876691. OLE color: 6876691.
HSL color Cylindrical-coordinate representation of color #13EE68: hue angle of 143.29º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13EE68 is Cyan = 0.92, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 19 | 238 | 104 | - |
| CMYK | 0.92 | 0 | 0.56 | 0.07 |
| HSL | 143.29º | 0.87% | 0.5% | - |
| HSV(B) | 143.29º | 0.92% | 0.93% | - |
| XYZ | 33.34 | 62.29 | 23.36 | - |
| YUV | 157.24 | 97.95 | 29.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 238 | 104 | 0.92 | 0 | 0.56 | 0.07 | 143.29 | 0.87 | 0.5 |
| Hex | 13 | EE | 68 | 5C | 0 | 38 | 7 | 8F | 57 | 32 |
| Octal | 23 | 356 | 150 | 134 | 0 | 70 | 7 | 217 | 127 | 62 |
| Binary | 10011 | 11101110 | 1101000 | 1011100 | 0 | 111000 | 111 | 10001111 | 1010111 | 110010 |
Color Harmonies of #13EE68
Complementary color
Monochromatic Colors of #13EE68
Black with #13EE68
Text Example
Text Example
White with #13EE68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13EE68; }
p { color: rgb(19,238,104); }
H1.HeaderClassName
{
color: #13EE68;
}
.AnyTagClassName
{
color: #13EE68;
}
</style>
background-color css
<style>
a { background-color: #13EE68; }
a { background-color: rgb(19,238,104); }
div.DivClassName
{
background-color: #13EE68;
}
.BgClassName
{
background-color: #13EE68;
}
</style>
border-color css
<style>
span { border-color: #13EE68; }
span { border-color: rgb(19,238,104); }
td.TdClassName
{
border-color: #13EE68;
}
.TagClassName
{
border-color: #13EE68;
}
</style>