Shades of Malachite #1CF065
Tints of Malachite #1CF065
RGB
CMYK
RGB Variations
Color information
#1CF065 (or 0x1CF065) is known color: Malachite. HEX triplet: 1C, F0 and 65. RGB value is (28,240,101). Sum of RGB (Red+Green+Blue) = 28+240+101=369 (48% of max value = 765). Red value is 28 (11.33% from 255 or 7.59% from 369); Green value is 240 (94.14% from 255 or 65.04% from 369); Blue value is 101 (39.84% from 255 or 27.37% from 369); Max value from RGB is 240 - color contains mainly: green. Hex color #1CF065 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1CF065 is #E30F9A. Grayscale: #A1A1A1. Windows color (decimal): -14880667 or 6680604. OLE color: 6680604.
HSL color Cylindrical-coordinate representation of color #1CF065: hue angle of 140.66º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CF065 is Cyan = 0.88, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 28 | 240 | 101 | - |
| CMYK | 0.88 | 0 | 0.58 | 0.06 |
| HSL | 140.66º | 0.88% | 0.53% | - |
| HSV(B) | 140.66º | 0.88% | 0.94% | - |
| XYZ | 33.99 | 63.51 | 22.78 | - |
| YUV | 160.77 | 94.26 | 33.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 240 | 101 | 0.88 | 0 | 0.58 | 0.06 | 140.66 | 0.88 | 0.53 |
| Hex | 1C | F0 | 65 | 58 | 0 | 3A | 6 | 8D | 58 | 35 |
| Octal | 34 | 360 | 145 | 130 | 0 | 72 | 6 | 215 | 130 | 65 |
| Binary | 11100 | 11110000 | 1100101 | 1011000 | 0 | 111010 | 110 | 10001101 | 1011000 | 110101 |
Color Harmonies of #1CF065
Complementary color
Monochromatic Colors of #1CF065
Black with #1CF065
Text Example
Text Example
White with #1CF065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CF065; }
p { color: rgb(28,240,101); }
H1.HeaderClassName
{
color: #1CF065;
}
.AnyTagClassName
{
color: #1CF065;
}
</style>
background-color css
<style>
a { background-color: #1CF065; }
a { background-color: rgb(28,240,101); }
div.DivClassName
{
background-color: #1CF065;
}
.BgClassName
{
background-color: #1CF065;
}
</style>
border-color css
<style>
span { border-color: #1CF065; }
span { border-color: rgb(28,240,101); }
td.TdClassName
{
border-color: #1CF065;
}
.TagClassName
{
border-color: #1CF065;
}
</style>