Shades of Malachite #10F74B
Tints of Malachite #10F74B
RGB
CMYK
RGB Variations
Color information
#10F74B (or 0x10F74B) is known color: Malachite. HEX triplet: 10, F7 and 4B. RGB value is (16,247,75). Sum of RGB (Red+Green+Blue) = 16+247+75=338 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.73% from 338); Green value is 247 (96.88% from 255 or 73.08% from 338); Blue value is 75 (29.69% from 255 or 22.19% from 338); Max value from RGB is 247 - color contains mainly: green. Hex color #10F74B is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #10F74B is #EF08B4. Grayscale: #9E9E9E. Windows color (decimal): -15665333 or 4978448. OLE color: 4978448.
HSL color Cylindrical-coordinate representation of color #10F74B: hue angle of 135.32º 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 #10F74B is Cyan = 0.94, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 16 | 247 | 75 | - |
| CMYK | 0.94 | 0 | 0.70 | 0.03 |
| HSL | 135.32º | 0.94% | 0.52% | - |
| HSV(B) | 135.32º | 0.94% | 0.97% | - |
| XYZ | 34.74 | 67.14 | 17.78 | - |
| YUV | 158.32 | 80.97 | 26.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 247 | 75 | 0.94 | 0 | 0.70 | 0.03 | 135.32 | 0.94 | 0.52 |
| Hex | 10 | F7 | 4B | 5E | 0 | 46 | 3 | 87 | 5E | 34 |
| Octal | 20 | 367 | 113 | 136 | 0 | 106 | 3 | 207 | 136 | 64 |
| Binary | 10000 | 11110111 | 1001011 | 1011110 | 0 | 1000110 | 11 | 10000111 | 1011110 | 110100 |
Color Harmonies of #10F74B
Complementary color
Monochromatic Colors of #10F74B
Black with #10F74B
Text Example
Text Example
White with #10F74B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10F74B; }
p { color: rgb(16,247,75); }
H1.HeaderClassName
{
color: #10F74B;
}
.AnyTagClassName
{
color: #10F74B;
}
</style>
background-color css
<style>
a { background-color: #10F74B; }
a { background-color: rgb(16,247,75); }
div.DivClassName
{
background-color: #10F74B;
}
.BgClassName
{
background-color: #10F74B;
}
</style>
border-color css
<style>
span { border-color: #10F74B; }
span { border-color: rgb(16,247,75); }
td.TdClassName
{
border-color: #10F74B;
}
.TagClassName
{
border-color: #10F74B;
}
</style>