Shades of Malachite #11F25D
Tints of Malachite #11F25D
RGB
CMYK
RGB Variations
Color information
#11F25D (or 0x11F25D) is known color: Malachite. HEX triplet: 11, F2 and 5D. RGB value is (17,242,93). Sum of RGB (Red+Green+Blue) = 17+242+93=352 (46% of max value = 765). Red value is 17 (7.03% from 255 or 4.83% from 352); Green value is 242 (94.92% from 255 or 68.75% from 352); Blue value is 93 (36.72% from 255 or 26.42% from 352); Max value from RGB is 242 - color contains mainly: green. Hex color #11F25D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #11F25D is #EE0DA2. Grayscale: #9E9E9E. Windows color (decimal): -15601059 or 6156817. OLE color: 6156817.
HSL color Cylindrical-coordinate representation of color #11F25D: hue angle of 140.27º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11F25D is Cyan = 0.93, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 17 | 242 | 93 | - |
| CMYK | 0.93 | 0 | 0.62 | 0.05 |
| HSL | 140.27º | 0.9% | 0.51% | - |
| HSV(B) | 140.27º | 0.93% | 0.95% | - |
| XYZ | 33.96 | 64.41 | 21 | - |
| YUV | 157.74 | 91.46 | 27.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 242 | 93 | 0.93 | 0 | 0.62 | 0.05 | 140.27 | 0.9 | 0.51 |
| Hex | 11 | F2 | 5D | 5D | 0 | 3E | 5 | 8C | 5A | 33 |
| Octal | 21 | 362 | 135 | 135 | 0 | 76 | 5 | 214 | 132 | 63 |
| Binary | 10001 | 11110010 | 1011101 | 1011101 | 0 | 111110 | 101 | 10001100 | 1011010 | 110011 |
Color Harmonies of #11F25D
Complementary color
Monochromatic Colors of #11F25D
Black with #11F25D
Text Example
Text Example
White with #11F25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11F25D; }
p { color: rgb(17,242,93); }
H1.HeaderClassName
{
color: #11F25D;
}
.AnyTagClassName
{
color: #11F25D;
}
</style>
background-color css
<style>
a { background-color: #11F25D; }
a { background-color: rgb(17,242,93); }
div.DivClassName
{
background-color: #11F25D;
}
.BgClassName
{
background-color: #11F25D;
}
</style>
border-color css
<style>
span { border-color: #11F25D; }
span { border-color: rgb(17,242,93); }
td.TdClassName
{
border-color: #11F25D;
}
.TagClassName
{
border-color: #11F25D;
}
</style>