Shades of Malachite #10F83B
Tints of Malachite #10F83B
RGB
CMYK
RGB Variations
Color information
#10F83B (or 0x10F83B) is known color: Malachite. HEX triplet: 10, F8 and 3B. RGB value is (16,248,59). Sum of RGB (Red+Green+Blue) = 16+248+59=323 (42% of max value = 765). Red value is 16 (6.64% from 255 or 4.95% from 323); Green value is 248 (97.27% from 255 or 76.78% from 323); Blue value is 59 (23.44% from 255 or 18.27% from 323); Max value from RGB is 248 - color contains mainly: green. Hex color #10F83B is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #10F83B is #EF07C4. Grayscale: #9D9D9D. Windows color (decimal): -15665093 or 3930128. OLE color: 3930128.
HSL color Cylindrical-coordinate representation of color #10F83B: hue angle of 131.12º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10F83B is Cyan = 0.94, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 16 | 248 | 59 | - |
| CMYK | 0.94 | 0 | 0.76 | 0.03 |
| HSL | 131.12º | 0.94% | 0.52% | - |
| HSV(B) | 131.12º | 0.94% | 0.97% | - |
| XYZ | 34.57 | 67.56 | 15.36 | - |
| YUV | 157.09 | 72.64 | 27.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 248 | 59 | 0.94 | 0 | 0.76 | 0.03 | 131.12 | 0.94 | 0.52 |
| Hex | 10 | F8 | 3B | 5E | 0 | 4C | 3 | 83 | 5E | 34 |
| Octal | 20 | 370 | 73 | 136 | 0 | 114 | 3 | 203 | 136 | 64 |
| Binary | 10000 | 11111000 | 111011 | 1011110 | 0 | 1001100 | 11 | 10000011 | 1011110 | 110100 |
Color Harmonies of #10F83B
Complementary color
Monochromatic Colors of #10F83B
Black with #10F83B
Text Example
Text Example
White with #10F83B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10F83B; }
p { color: rgb(16,248,59); }
H1.HeaderClassName
{
color: #10F83B;
}
.AnyTagClassName
{
color: #10F83B;
}
</style>
background-color css
<style>
a { background-color: #10F83B; }
a { background-color: rgb(16,248,59); }
div.DivClassName
{
background-color: #10F83B;
}
.BgClassName
{
background-color: #10F83B;
}
</style>
border-color css
<style>
span { border-color: #10F83B; }
span { border-color: rgb(16,248,59); }
td.TdClassName
{
border-color: #10F83B;
}
.TagClassName
{
border-color: #10F83B;
}
</style>