Shades of Malachite #10FF5B
Tints of Malachite #10FF5B
RGB
CMYK
RGB Variations
Color information
#10FF5B (or 0x10FF5B) is known color: Malachite. HEX triplet: 10, FF and 5B. RGB value is (16,255,91). Sum of RGB (Red+Green+Blue) = 16+255+91=362 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.42% from 362); Green value is 255 (100% from 255 or 70.44% from 362); Blue value is 91 (35.94% from 255 or 25.14% from 362); Max value from RGB is 255 - color contains mainly: green. Hex color #10FF5B is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #10FF5B is #EF00A4. Grayscale: #A5A5A5. Windows color (decimal): -15663269 or 6029072. OLE color: 6029072.
HSL color Cylindrical-coordinate representation of color #10FF5B: hue angle of 138.83º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10FF5B is Cyan = 0.94, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 16 | 255 | 91 | - |
| CMYK | 0.94 | 0 | 0.64 | 0 |
| HSL | 138.83º | 1% | 0.53% | - |
| HSV(B) | 138.83º | 0.94% | 1% | - |
| XYZ | 37.86 | 72.39 | 21.87 | - |
| YUV | 164.84 | 86.32 | 21.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 255 | 91 | 0.94 | 0 | 0.64 | 0 | 138.83 | 1 | 0.53 |
| Hex | 10 | FF | 5B | 5E | 0 | 40 | 0 | 8B | 64 | 35 |
| Octal | 20 | 377 | 133 | 136 | 0 | 100 | 0 | 213 | 144 | 65 |
| Binary | 10000 | 11111111 | 1011011 | 1011110 | 0 | 1000000 | 0 | 10001011 | 1100100 | 110101 |
Color Harmonies of #10FF5B
Complementary color
Monochromatic Colors of #10FF5B
Black with #10FF5B
Text Example
Text Example
White with #10FF5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10FF5B; }
p { color: rgb(16,255,91); }
H1.HeaderClassName
{
color: #10FF5B;
}
.AnyTagClassName
{
color: #10FF5B;
}
</style>
background-color css
<style>
a { background-color: #10FF5B; }
a { background-color: rgb(16,255,91); }
div.DivClassName
{
background-color: #10FF5B;
}
.BgClassName
{
background-color: #10FF5B;
}
</style>
border-color css
<style>
span { border-color: #10FF5B; }
span { border-color: rgb(16,255,91); }
td.TdClassName
{
border-color: #10FF5B;
}
.TagClassName
{
border-color: #10FF5B;
}
</style>