Shades of Malachite #10EF4B
Tints of Malachite #10EF4B
RGB
CMYK
RGB Variations
Color information
#10EF4B (or 0x10EF4B) is known color: Malachite. HEX triplet: 10, EF and 4B. RGB value is (16,239,75). Sum of RGB (Red+Green+Blue) = 16+239+75=330 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.85% from 330); Green value is 239 (93.75% from 255 or 72.42% from 330); Blue value is 75 (29.69% from 255 or 22.73% from 330); Max value from RGB is 239 - color contains mainly: green. Hex color #10EF4B is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #10EF4B is #EF10B4. Grayscale: #9A9A9A. Windows color (decimal): -15667381 or 4976400. OLE color: 4976400.
HSL color Cylindrical-coordinate representation of color #10EF4B: hue angle of 135.87º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10EF4B is Cyan = 0.93, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 16 | 239 | 75 | - |
| CMYK | 0.93 | 0 | 0.69 | 0.06 |
| HSL | 135.87º | 0.87% | 0.5% | - |
| HSV(B) | 135.87º | 0.93% | 0.94% | - |
| XYZ | 32.35 | 62.35 | 16.99 | - |
| YUV | 153.63 | 83.62 | 29.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 239 | 75 | 0.93 | 0 | 0.69 | 0.06 | 135.87 | 0.87 | 0.5 |
| Hex | 10 | EF | 4B | 5D | 0 | 45 | 6 | 88 | 57 | 32 |
| Octal | 20 | 357 | 113 | 135 | 0 | 105 | 6 | 210 | 127 | 62 |
| Binary | 10000 | 11101111 | 1001011 | 1011101 | 0 | 1000101 | 110 | 10001000 | 1010111 | 110010 |
Color Harmonies of #10EF4B
Complementary color
Monochromatic Colors of #10EF4B
Black with #10EF4B
Text Example
Text Example
White with #10EF4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10EF4B; }
p { color: rgb(16,239,75); }
H1.HeaderClassName
{
color: #10EF4B;
}
.AnyTagClassName
{
color: #10EF4B;
}
</style>
background-color css
<style>
a { background-color: #10EF4B; }
a { background-color: rgb(16,239,75); }
div.DivClassName
{
background-color: #10EF4B;
}
.BgClassName
{
background-color: #10EF4B;
}
</style>
border-color css
<style>
span { border-color: #10EF4B; }
span { border-color: rgb(16,239,75); }
td.TdClassName
{
border-color: #10EF4B;
}
.TagClassName
{
border-color: #10EF4B;
}
</style>