Shades of Malachite #11F95C
Tints of Malachite #11F95C
RGB
CMYK
RGB Variations
Color information
#11F95C (or 0x11F95C) is known color: Malachite. HEX triplet: 11, F9 and 5C. RGB value is (17,249,92). Sum of RGB (Red+Green+Blue) = 17+249+92=358 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.75% from 358); Green value is 249 (97.66% from 255 or 69.55% from 358); Blue value is 92 (36.33% from 255 or 25.70% from 358); Max value from RGB is 249 - color contains mainly: green. Hex color #11F95C is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #11F95C is #EE06A3. Grayscale: #A2A2A2. Windows color (decimal): -15599268 or 6093073. OLE color: 6093073.
HSL color Cylindrical-coordinate representation of color #11F95C: hue angle of 139.4º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11F95C is Cyan = 0.93, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 17 | 249 | 92 | - |
| CMYK | 0.93 | 0 | 0.63 | 0.02 |
| HSL | 139.4º | 0.95% | 0.52% | - |
| HSV(B) | 139.4º | 0.93% | 0.98% | - |
| XYZ | 36.04 | 68.64 | 21.48 | - |
| YUV | 161.73 | 88.64 | 24.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 249 | 92 | 0.93 | 0 | 0.63 | 0.02 | 139.4 | 0.95 | 0.52 |
| Hex | 11 | F9 | 5C | 5D | 0 | 3F | 2 | 8B | 5F | 34 |
| Octal | 21 | 371 | 134 | 135 | 0 | 77 | 2 | 213 | 137 | 64 |
| Binary | 10001 | 11111001 | 1011100 | 1011101 | 0 | 111111 | 10 | 10001011 | 1011111 | 110100 |
Color Harmonies of #11F95C
Complementary color
Monochromatic Colors of #11F95C
Black with #11F95C
Text Example
Text Example
White with #11F95C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11F95C; }
p { color: rgb(17,249,92); }
H1.HeaderClassName
{
color: #11F95C;
}
.AnyTagClassName
{
color: #11F95C;
}
</style>
background-color css
<style>
a { background-color: #11F95C; }
a { background-color: rgb(17,249,92); }
div.DivClassName
{
background-color: #11F95C;
}
.BgClassName
{
background-color: #11F95C;
}
</style>
border-color css
<style>
span { border-color: #11F95C; }
span { border-color: rgb(17,249,92); }
td.TdClassName
{
border-color: #11F95C;
}
.TagClassName
{
border-color: #11F95C;
}
</style>