Shades of Malachite #10FC55
Tints of Malachite #10FC55
RGB
CMYK
RGB Variations
Color information
#10FC55 (or 0x10FC55) is known color: Malachite. HEX triplet: 10, FC and 55. RGB value is (16,252,85). Sum of RGB (Red+Green+Blue) = 16+252+85=353 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.53% from 353); Green value is 252 (98.83% from 255 or 71.39% from 353); Blue value is 85 (33.59% from 255 or 24.08% from 353); Max value from RGB is 252 - color contains mainly: green. Hex color #10FC55 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #10FC55 is #EF03AA. Grayscale: #A2A2A2. Windows color (decimal): -15664043 or 5635088. OLE color: 5635088.
HSL color Cylindrical-coordinate representation of color #10FC55: hue angle of 137.54º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10FC55 is Cyan = 0.94, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 16 | 252 | 85 | - |
| CMYK | 0.94 | 0 | 0.66 | 0.01 |
| HSL | 137.54º | 0.98% | 0.53% | - |
| HSV(B) | 137.54º | 0.94% | 0.99% | - |
| XYZ | 36.66 | 70.39 | 20.25 | - |
| YUV | 162.4 | 84.31 | 23.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 252 | 85 | 0.94 | 0 | 0.66 | 0.01 | 137.54 | 0.98 | 0.53 |
| Hex | 10 | FC | 55 | 5E | 0 | 42 | 1 | 8A | 62 | 35 |
| Octal | 20 | 374 | 125 | 136 | 0 | 102 | 1 | 212 | 142 | 65 |
| Binary | 10000 | 11111100 | 1010101 | 1011110 | 0 | 1000010 | 1 | 10001010 | 1100010 | 110101 |
Color Harmonies of #10FC55
Complementary color
Monochromatic Colors of #10FC55
Black with #10FC55
Text Example
Text Example
White with #10FC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10FC55; }
p { color: rgb(16,252,85); }
H1.HeaderClassName
{
color: #10FC55;
}
.AnyTagClassName
{
color: #10FC55;
}
</style>
background-color css
<style>
a { background-color: #10FC55; }
a { background-color: rgb(16,252,85); }
div.DivClassName
{
background-color: #10FC55;
}
.BgClassName
{
background-color: #10FC55;
}
</style>
border-color css
<style>
span { border-color: #10FC55; }
span { border-color: rgb(16,252,85); }
td.TdClassName
{
border-color: #10FC55;
}
.TagClassName
{
border-color: #10FC55;
}
</style>