Shades of Malachite #10FE52
Tints of Malachite #10FE52
RGB
CMYK
RGB Variations
Color information
#10FE52 (or 0x10FE52) is known color: Malachite. HEX triplet: 10, FE and 52. RGB value is (16,254,82). Sum of RGB (Red+Green+Blue) = 16+254+82=352 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.55% from 352); Green value is 254 (99.61% from 255 or 72.16% from 352); Blue value is 82 (32.42% from 255 or 23.30% from 352); Max value from RGB is 254 - color contains mainly: green. Hex color #10FE52 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #10FE52 is #EF01AD. Grayscale: #A3A3A3. Windows color (decimal): -15663534 or 5438992. OLE color: 5438992.
HSL color Cylindrical-coordinate representation of color #10FE52: hue angle of 136.64º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10FE52 is Cyan = 0.94, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 16 | 254 | 82 | - |
| CMYK | 0.94 | 0 | 0.68 | 0.00 |
| HSL | 136.64º | 0.99% | 0.53% | - |
| HSV(B) | 136.64º | 0.94% | 1% | - |
| XYZ | 37.18 | 71.6 | 19.84 | - |
| YUV | 163.23 | 82.15 | 22.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 254 | 82 | 0.94 | 0 | 0.68 | 0.00 | 136.64 | 0.99 | 0.53 |
| Hex | 10 | FE | 52 | 5E | 0 | 44 | 0 | 89 | 63 | 35 |
| Octal | 20 | 376 | 122 | 136 | 0 | 104 | 0 | 211 | 143 | 65 |
| Binary | 10000 | 11111110 | 1010010 | 1011110 | 0 | 1000100 | 0 | 10001001 | 1100011 | 110101 |
Color Harmonies of #10FE52
Complementary color
Monochromatic Colors of #10FE52
Black with #10FE52
Text Example
Text Example
White with #10FE52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10FE52; }
p { color: rgb(16,254,82); }
H1.HeaderClassName
{
color: #10FE52;
}
.AnyTagClassName
{
color: #10FE52;
}
</style>
background-color css
<style>
a { background-color: #10FE52; }
a { background-color: rgb(16,254,82); }
div.DivClassName
{
background-color: #10FE52;
}
.BgClassName
{
background-color: #10FE52;
}
</style>
border-color css
<style>
span { border-color: #10FE52; }
span { border-color: rgb(16,254,82); }
td.TdClassName
{
border-color: #10FE52;
}
.TagClassName
{
border-color: #10FE52;
}
</style>