Shades of Malachite #10D33F
Tints of Malachite #10D33F
RGB
CMYK
RGB Variations
Color information
#10D33F (or 0x10D33F) is known color: Malachite. HEX triplet: 10, D3 and 3F. RGB value is (16,211,63). Sum of RGB (Red+Green+Blue) = 16+211+63=290 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.52% from 290); Green value is 211 (82.81% from 255 or 72.76% from 290); Blue value is 63 (25% from 255 or 21.72% from 290); Max value from RGB is 211 - color contains mainly: green. Hex color #10D33F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10D33F is #EF2CC0. Grayscale: #888888. Windows color (decimal): -15674561 or 4182800. OLE color: 4182800.
HSL color Cylindrical-coordinate representation of color #10D33F: hue angle of 134.46º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10D33F is Cyan = 0.92, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 16 | 211 | 63 | - |
| CMYK | 0.92 | 0 | 0.70 | 0.17 |
| HSL | 134.46º | 0.86% | 0.45% | - |
| HSV(B) | 134.46º | 0.92% | 0.83% | - |
| XYZ | 24.41 | 47.06 | 12.5 | - |
| YUV | 135.82 | 86.9 | 42.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 211 | 63 | 0.92 | 0 | 0.70 | 0.17 | 134.46 | 0.86 | 0.45 |
| Hex | 10 | D3 | 3F | 5C | 0 | 46 | 11 | 86 | 56 | 2D |
| Octal | 20 | 323 | 77 | 134 | 0 | 106 | 21 | 206 | 126 | 55 |
| Binary | 10000 | 11010011 | 111111 | 1011100 | 0 | 1000110 | 10001 | 10000110 | 1010110 | 101101 |
Color Harmonies of #10D33F
Complementary color
Monochromatic Colors of #10D33F
Black with #10D33F
Text Example
Text Example
White with #10D33F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10D33F; }
p { color: rgb(16,211,63); }
H1.HeaderClassName
{
color: #10D33F;
}
.AnyTagClassName
{
color: #10D33F;
}
</style>
background-color css
<style>
a { background-color: #10D33F; }
a { background-color: rgb(16,211,63); }
div.DivClassName
{
background-color: #10D33F;
}
.BgClassName
{
background-color: #10D33F;
}
</style>
border-color css
<style>
span { border-color: #10D33F; }
span { border-color: rgb(16,211,63); }
td.TdClassName
{
border-color: #10D33F;
}
.TagClassName
{
border-color: #10D33F;
}
</style>