Shades of Malachite #10FD5D
Tints of Malachite #10FD5D
RGB
CMYK
RGB Variations
Color information
#10FD5D (or 0x10FD5D) is known color: Malachite. HEX triplet: 10, FD and 5D. RGB value is (16,253,93). Sum of RGB (Red+Green+Blue) = 16+253+93=362 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.42% from 362); Green value is 253 (99.22% from 255 or 69.89% from 362); Blue value is 93 (36.72% from 255 or 25.69% from 362); Max value from RGB is 253 - color contains mainly: green. Hex color #10FD5D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #10FD5D is #EF02A2. Grayscale: #A4A4A4. Windows color (decimal): -15663779 or 6159632. OLE color: 6159632.
HSL color Cylindrical-coordinate representation of color #10FD5D: hue angle of 139.49º 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 #10FD5D is Cyan = 0.94, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 16 | 253 | 93 | - |
| CMYK | 0.94 | 0 | 0.63 | 0.01 |
| HSL | 139.49º | 0.98% | 0.53% | - |
| HSV(B) | 139.49º | 0.94% | 0.99% | - |
| XYZ | 37.31 | 71.15 | 22.12 | - |
| YUV | 163.9 | 87.98 | 22.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 253 | 93 | 0.94 | 0 | 0.63 | 0.01 | 139.49 | 0.98 | 0.53 |
| Hex | 10 | FD | 5D | 5E | 0 | 3F | 1 | 8B | 62 | 35 |
| Octal | 20 | 375 | 135 | 136 | 0 | 77 | 1 | 213 | 142 | 65 |
| Binary | 10000 | 11111101 | 1011101 | 1011110 | 0 | 111111 | 1 | 10001011 | 1100010 | 110101 |
Color Harmonies of #10FD5D
Complementary color
Monochromatic Colors of #10FD5D
Black with #10FD5D
Text Example
Text Example
White with #10FD5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10FD5D; }
p { color: rgb(16,253,93); }
H1.HeaderClassName
{
color: #10FD5D;
}
.AnyTagClassName
{
color: #10FD5D;
}
</style>
background-color css
<style>
a { background-color: #10FD5D; }
a { background-color: rgb(16,253,93); }
div.DivClassName
{
background-color: #10FD5D;
}
.BgClassName
{
background-color: #10FD5D;
}
</style>
border-color css
<style>
span { border-color: #10FD5D; }
span { border-color: rgb(16,253,93); }
td.TdClassName
{
border-color: #10FD5D;
}
.TagClassName
{
border-color: #10FD5D;
}
</style>