Shades of Malachite #10FE4B
Tints of Malachite #10FE4B
RGB
CMYK
RGB Variations
Color information
#10FE4B (or 0x10FE4B) is known color: Malachite. HEX triplet: 10, FE and 4B. RGB value is (16,254,75). Sum of RGB (Red+Green+Blue) = 16+254+75=345 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.64% from 345); Green value is 254 (99.61% from 255 or 73.62% from 345); Blue value is 75 (29.69% from 255 or 21.74% from 345); Max value from RGB is 254 - color contains mainly: green. Hex color #10FE4B is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #10FE4B is #EF01B4. Grayscale: #A2A2A2. Windows color (decimal): -15663541 or 4980240. OLE color: 4980240.
HSL color Cylindrical-coordinate representation of color #10FE4B: hue angle of 134.87º 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 #10FE4B is Cyan = 0.94, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 16 | 254 | 75 | - |
| CMYK | 0.94 | 0 | 0.70 | 0.00 |
| HSL | 134.87º | 0.99% | 0.53% | - |
| HSV(B) | 134.87º | 0.94% | 1% | - |
| XYZ | 36.93 | 71.5 | 18.51 | - |
| YUV | 162.43 | 78.65 | 23.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 254 | 75 | 0.94 | 0 | 0.70 | 0.00 | 134.87 | 0.99 | 0.53 |
| Hex | 10 | FE | 4B | 5E | 0 | 46 | 0 | 87 | 63 | 35 |
| Octal | 20 | 376 | 113 | 136 | 0 | 106 | 0 | 207 | 143 | 65 |
| Binary | 10000 | 11111110 | 1001011 | 1011110 | 0 | 1000110 | 0 | 10000111 | 1100011 | 110101 |
Color Harmonies of #10FE4B
Complementary color
Monochromatic Colors of #10FE4B
Black with #10FE4B
Text Example
Text Example
White with #10FE4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10FE4B; }
p { color: rgb(16,254,75); }
H1.HeaderClassName
{
color: #10FE4B;
}
.AnyTagClassName
{
color: #10FE4B;
}
</style>
background-color css
<style>
a { background-color: #10FE4B; }
a { background-color: rgb(16,254,75); }
div.DivClassName
{
background-color: #10FE4B;
}
.BgClassName
{
background-color: #10FE4B;
}
</style>
border-color css
<style>
span { border-color: #10FE4B; }
span { border-color: rgb(16,254,75); }
td.TdClassName
{
border-color: #10FE4B;
}
.TagClassName
{
border-color: #10FE4B;
}
</style>