Shades of Malachite #10FB3B
Tints of Malachite #10FB3B
RGB
CMYK
RGB Variations
Color information
#10FB3B (or 0x10FB3B) is known color: Malachite. HEX triplet: 10, FB and 3B. RGB value is (16,251,59). Sum of RGB (Red+Green+Blue) = 16+251+59=326 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.91% from 326); Green value is 251 (98.44% from 255 or 76.99% from 326); Blue value is 59 (23.44% from 255 or 18.10% from 326); Max value from RGB is 251 - color contains mainly: green. Hex color #10FB3B is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #10FB3B is #EF04C4. Grayscale: #9F9F9F. Windows color (decimal): -15664325 or 3930896. OLE color: 3930896.
HSL color Cylindrical-coordinate representation of color #10FB3B: hue angle of 130.98º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10FB3B is Cyan = 0.94, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 16 | 251 | 59 | - |
| CMYK | 0.94 | 0 | 0.76 | 0.02 |
| HSL | 130.98º | 0.97% | 0.52% | - |
| HSV(B) | 130.98º | 0.94% | 0.98% | - |
| XYZ | 35.5 | 69.42 | 15.67 | - |
| YUV | 158.85 | 71.64 | 26.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 251 | 59 | 0.94 | 0 | 0.76 | 0.02 | 130.98 | 0.97 | 0.52 |
| Hex | 10 | FB | 3B | 5E | 0 | 4C | 2 | 83 | 61 | 34 |
| Octal | 20 | 373 | 73 | 136 | 0 | 114 | 2 | 203 | 141 | 64 |
| Binary | 10000 | 11111011 | 111011 | 1011110 | 0 | 1001100 | 10 | 10000011 | 1100001 | 110100 |
Color Harmonies of #10FB3B
Complementary color
Monochromatic Colors of #10FB3B
Black with #10FB3B
Text Example
Text Example
White with #10FB3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10FB3B; }
p { color: rgb(16,251,59); }
H1.HeaderClassName
{
color: #10FB3B;
}
.AnyTagClassName
{
color: #10FB3B;
}
</style>
background-color css
<style>
a { background-color: #10FB3B; }
a { background-color: rgb(16,251,59); }
div.DivClassName
{
background-color: #10FB3B;
}
.BgClassName
{
background-color: #10FB3B;
}
</style>
border-color css
<style>
span { border-color: #10FB3B; }
span { border-color: rgb(16,251,59); }
td.TdClassName
{
border-color: #10FB3B;
}
.TagClassName
{
border-color: #10FB3B;
}
</style>