Shades of Malachite #10F74D
Tints of Malachite #10F74D
RGB
CMYK
RGB Variations
Color information
#10F74D (or 0x10F74D) is known color: Malachite. HEX triplet: 10, F7 and 4D. RGB value is (16,247,77). Sum of RGB (Red+Green+Blue) = 16+247+77=340 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.71% from 340); Green value is 247 (96.88% from 255 or 72.65% from 340); Blue value is 77 (30.47% from 255 or 22.65% from 340); Max value from RGB is 247 - color contains mainly: green. Hex color #10F74D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #10F74D is #EF08B2. Grayscale: #9F9F9F. Windows color (decimal): -15665331 or 5109520. OLE color: 5109520.
HSL color Cylindrical-coordinate representation of color #10F74D: hue angle of 135.84º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10F74D is Cyan = 0.94, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 16 | 247 | 77 | - |
| CMYK | 0.94 | 0 | 0.69 | 0.03 |
| HSL | 135.84º | 0.94% | 0.52% | - |
| HSV(B) | 135.84º | 0.94% | 0.97% | - |
| XYZ | 34.81 | 67.17 | 18.15 | - |
| YUV | 158.55 | 81.97 | 26.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 247 | 77 | 0.94 | 0 | 0.69 | 0.03 | 135.84 | 0.94 | 0.52 |
| Hex | 10 | F7 | 4D | 5E | 0 | 45 | 3 | 88 | 5E | 34 |
| Octal | 20 | 367 | 115 | 136 | 0 | 105 | 3 | 210 | 136 | 64 |
| Binary | 10000 | 11110111 | 1001101 | 1011110 | 0 | 1000101 | 11 | 10001000 | 1011110 | 110100 |
Color Harmonies of #10F74D
Complementary color
Monochromatic Colors of #10F74D
Black with #10F74D
Text Example
Text Example
White with #10F74D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10F74D; }
p { color: rgb(16,247,77); }
H1.HeaderClassName
{
color: #10F74D;
}
.AnyTagClassName
{
color: #10F74D;
}
</style>
background-color css
<style>
a { background-color: #10F74D; }
a { background-color: rgb(16,247,77); }
div.DivClassName
{
background-color: #10F74D;
}
.BgClassName
{
background-color: #10F74D;
}
</style>
border-color css
<style>
span { border-color: #10F74D; }
span { border-color: rgb(16,247,77); }
td.TdClassName
{
border-color: #10F74D;
}
.TagClassName
{
border-color: #10F74D;
}
</style>