Shades of Malachite #10F83D
Tints of Malachite #10F83D
RGB
CMYK
RGB Variations
Color information
#10F83D (or 0x10F83D) is known color: Malachite. HEX triplet: 10, F8 and 3D. RGB value is (16,248,61). Sum of RGB (Red+Green+Blue) = 16+248+61=325 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.92% from 325); Green value is 248 (97.27% from 255 or 76.31% from 325); Blue value is 61 (24.22% from 255 or 18.77% from 325); Max value from RGB is 248 - color contains mainly: green. Hex color #10F83D is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #10F83D is #EF07C2. Grayscale: #9D9D9D. Windows color (decimal): -15665091 or 4061200. OLE color: 4061200.
HSL color Cylindrical-coordinate representation of color #10F83D: hue angle of 131.64º 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 #10F83D is Cyan = 0.94, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 16 | 248 | 61 | - |
| CMYK | 0.94 | 0 | 0.75 | 0.03 |
| HSL | 131.64º | 0.94% | 0.52% | - |
| HSV(B) | 131.64º | 0.94% | 0.97% | - |
| XYZ | 34.62 | 67.58 | 15.63 | - |
| YUV | 157.31 | 73.64 | 27.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 248 | 61 | 0.94 | 0 | 0.75 | 0.03 | 131.64 | 0.94 | 0.52 |
| Hex | 10 | F8 | 3D | 5E | 0 | 4B | 3 | 84 | 5E | 34 |
| Octal | 20 | 370 | 75 | 136 | 0 | 113 | 3 | 204 | 136 | 64 |
| Binary | 10000 | 11111000 | 111101 | 1011110 | 0 | 1001011 | 11 | 10000100 | 1011110 | 110100 |
Color Harmonies of #10F83D
Complementary color
Monochromatic Colors of #10F83D
Black with #10F83D
Text Example
Text Example
White with #10F83D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10F83D; }
p { color: rgb(16,248,61); }
H1.HeaderClassName
{
color: #10F83D;
}
.AnyTagClassName
{
color: #10F83D;
}
</style>
background-color css
<style>
a { background-color: #10F83D; }
a { background-color: rgb(16,248,61); }
div.DivClassName
{
background-color: #10F83D;
}
.BgClassName
{
background-color: #10F83D;
}
</style>
border-color css
<style>
span { border-color: #10F83D; }
span { border-color: rgb(16,248,61); }
td.TdClassName
{
border-color: #10F83D;
}
.TagClassName
{
border-color: #10F83D;
}
</style>