Shades of Malachite #10FF3D
Tints of Malachite #10FF3D
RGB
CMYK
RGB Variations
Color information
#10FF3D (or 0x10FF3D) is known color: Malachite. HEX triplet: 10, FF and 3D. RGB value is (16,255,61). Sum of RGB (Red+Green+Blue) = 16+255+61=332 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.82% from 332); Green value is 255 (100% from 255 or 76.81% from 332); Blue value is 61 (24.22% from 255 or 18.37% from 332); Max value from RGB is 255 - color contains mainly: green. Hex color #10FF3D is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #10FF3D is #EF00C2. Grayscale: #A1A1A1. Windows color (decimal): -15663299 or 4062992. OLE color: 4062992.
HSL color Cylindrical-coordinate representation of color #10FF3D: hue angle of 131.3º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10FF3D is Cyan = 0.94, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 16 | 255 | 61 | - |
| CMYK | 0.94 | 0 | 0.76 | 0 |
| HSL | 131.3º | 1% | 0.53% | - |
| HSV(B) | 131.3º | 0.94% | 1% | - |
| XYZ | 36.82 | 71.97 | 16.37 | - |
| YUV | 161.42 | 71.32 | 24.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 255 | 61 | 0.94 | 0 | 0.76 | 0 | 131.3 | 1 | 0.53 |
| Hex | 10 | FF | 3D | 5E | 0 | 4C | 0 | 83 | 64 | 35 |
| Octal | 20 | 377 | 75 | 136 | 0 | 114 | 0 | 203 | 144 | 65 |
| Binary | 10000 | 11111111 | 111101 | 1011110 | 0 | 1001100 | 0 | 10000011 | 1100100 | 110101 |
Color Harmonies of #10FF3D
Complementary color
Monochromatic Colors of #10FF3D
Black with #10FF3D
Text Example
Text Example
White with #10FF3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10FF3D; }
p { color: rgb(16,255,61); }
H1.HeaderClassName
{
color: #10FF3D;
}
.AnyTagClassName
{
color: #10FF3D;
}
</style>
background-color css
<style>
a { background-color: #10FF3D; }
a { background-color: rgb(16,255,61); }
div.DivClassName
{
background-color: #10FF3D;
}
.BgClassName
{
background-color: #10FF3D;
}
</style>
border-color css
<style>
span { border-color: #10FF3D; }
span { border-color: rgb(16,255,61); }
td.TdClassName
{
border-color: #10FF3D;
}
.TagClassName
{
border-color: #10FF3D;
}
</style>