Shades of Malachite #10DF2F
Tints of Malachite #10DF2F
RGB
CMYK
RGB Variations
Color information
#10DF2F (or 0x10DF2F) is known color: Malachite. HEX triplet: 10, DF and 2F. RGB value is (16,223,47). Sum of RGB (Red+Green+Blue) = 16+223+47=286 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.59% from 286); Green value is 223 (87.5% from 255 or 77.97% from 286); Blue value is 47 (18.75% from 255 or 16.43% from 286); Max value from RGB is 223 - color contains mainly: green. Hex color #10DF2F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10DF2F is #EF20D0. Grayscale: #8D8D8D. Windows color (decimal): -15671505 or 3137296. OLE color: 3137296.
HSL color Cylindrical-coordinate representation of color #10DF2F: hue angle of 128.99º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10DF2F is Cyan = 0.93, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 16 | 223 | 47 | - |
| CMYK | 0.93 | 0 | 0.79 | 0.13 |
| HSL | 128.99º | 0.87% | 0.47% | - |
| HSV(B) | 128.99º | 0.93% | 0.87% | - |
| XYZ | 27.11 | 53.09 | 11.51 | - |
| YUV | 141.04 | 74.92 | 38.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 223 | 47 | 0.93 | 0 | 0.79 | 0.13 | 128.99 | 0.87 | 0.47 |
| Hex | 10 | DF | 2F | 5D | 0 | 4F | D | 81 | 57 | 2F |
| Octal | 20 | 337 | 57 | 135 | 0 | 117 | 15 | 201 | 127 | 57 |
| Binary | 10000 | 11011111 | 101111 | 1011101 | 0 | 1001111 | 1101 | 10000001 | 1010111 | 101111 |
Color Harmonies of #10DF2F
Complementary color
Monochromatic Colors of #10DF2F
Black with #10DF2F
Text Example
Text Example
White with #10DF2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10DF2F; }
p { color: rgb(16,223,47); }
H1.HeaderClassName
{
color: #10DF2F;
}
.AnyTagClassName
{
color: #10DF2F;
}
</style>
background-color css
<style>
a { background-color: #10DF2F; }
a { background-color: rgb(16,223,47); }
div.DivClassName
{
background-color: #10DF2F;
}
.BgClassName
{
background-color: #10DF2F;
}
</style>
border-color css
<style>
span { border-color: #10DF2F; }
span { border-color: rgb(16,223,47); }
td.TdClassName
{
border-color: #10DF2F;
}
.TagClassName
{
border-color: #10DF2F;
}
</style>