Shades of Malachite #13DD4C
Tints of Malachite #13DD4C
RGB
CMYK
RGB Variations
Color information
#13DD4C (or 0x13DD4C) is known color: Malachite. HEX triplet: 13, DD and 4C. RGB value is (19,221,76). Sum of RGB (Red+Green+Blue) = 19+221+76=316 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.01% from 316); Green value is 221 (86.72% from 255 or 69.94% from 316); Blue value is 76 (30.08% from 255 or 24.05% from 316); Max value from RGB is 221 - color contains mainly: green. Hex color #13DD4C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13DD4C is #EC22B3. Grayscale: #909090. Windows color (decimal): -15475380 or 5037331. OLE color: 5037331.
HSL color Cylindrical-coordinate representation of color #13DD4C: hue angle of 136.93º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13DD4C is Cyan = 0.91, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 19 | 221 | 76 | - |
| CMYK | 0.91 | 0 | 0.66 | 0.13 |
| HSL | 136.93º | 0.84% | 0.47% | - |
| HSV(B) | 136.93º | 0.91% | 0.87% | - |
| XYZ | 27.43 | 52.37 | 15.5 | - |
| YUV | 144.07 | 89.58 | 38.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 221 | 76 | 0.91 | 0 | 0.66 | 0.13 | 136.93 | 0.84 | 0.47 |
| Hex | 13 | DD | 4C | 5B | 0 | 42 | D | 89 | 54 | 2F |
| Octal | 23 | 335 | 114 | 133 | 0 | 102 | 15 | 211 | 124 | 57 |
| Binary | 10011 | 11011101 | 1001100 | 1011011 | 0 | 1000010 | 1101 | 10001001 | 1010100 | 101111 |
Color Harmonies of #13DD4C
Complementary color
Monochromatic Colors of #13DD4C
Black with #13DD4C
Text Example
Text Example
White with #13DD4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13DD4C; }
p { color: rgb(19,221,76); }
H1.HeaderClassName
{
color: #13DD4C;
}
.AnyTagClassName
{
color: #13DD4C;
}
</style>
background-color css
<style>
a { background-color: #13DD4C; }
a { background-color: rgb(19,221,76); }
div.DivClassName
{
background-color: #13DD4C;
}
.BgClassName
{
background-color: #13DD4C;
}
</style>
border-color css
<style>
span { border-color: #13DD4C; }
span { border-color: rgb(19,221,76); }
td.TdClassName
{
border-color: #13DD4C;
}
.TagClassName
{
border-color: #13DD4C;
}
</style>