Shades of Malachite #1CF04D
Tints of Malachite #1CF04D
RGB
CMYK
RGB Variations
Color information
#1CF04D (or 0x1CF04D) is known color: Malachite. HEX triplet: 1C, F0 and 4D. RGB value is (28,240,77). Sum of RGB (Red+Green+Blue) = 28+240+77=345 (45% of max value = 765). Red value is 28 (11.33% from 255 or 8.12% from 345); Green value is 240 (94.14% from 255 or 69.57% from 345); Blue value is 77 (30.47% from 255 or 22.32% from 345); Max value from RGB is 240 - color contains mainly: green. Hex color #1CF04D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1CF04D is #E30FB2. Grayscale: #9E9E9E. Windows color (decimal): -14880691 or 5107740. OLE color: 5107740.
HSL color Cylindrical-coordinate representation of color #1CF04D: hue angle of 133.87º 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 #1CF04D is Cyan = 0.88, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 28 | 240 | 77 | - |
| CMYK | 0.88 | 0 | 0.68 | 0.06 |
| HSL | 133.87º | 0.88% | 0.53% | - |
| HSV(B) | 133.87º | 0.88% | 0.94% | - |
| XYZ | 32.98 | 63.1 | 17.46 | - |
| YUV | 158.03 | 82.26 | 35.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 240 | 77 | 0.88 | 0 | 0.68 | 0.06 | 133.87 | 0.88 | 0.53 |
| Hex | 1C | F0 | 4D | 58 | 0 | 44 | 6 | 86 | 58 | 35 |
| Octal | 34 | 360 | 115 | 130 | 0 | 104 | 6 | 206 | 130 | 65 |
| Binary | 11100 | 11110000 | 1001101 | 1011000 | 0 | 1000100 | 110 | 10000110 | 1011000 | 110101 |
Color Harmonies of #1CF04D
Complementary color
Monochromatic Colors of #1CF04D
Black with #1CF04D
Text Example
Text Example
White with #1CF04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CF04D; }
p { color: rgb(28,240,77); }
H1.HeaderClassName
{
color: #1CF04D;
}
.AnyTagClassName
{
color: #1CF04D;
}
</style>
background-color css
<style>
a { background-color: #1CF04D; }
a { background-color: rgb(28,240,77); }
div.DivClassName
{
background-color: #1CF04D;
}
.BgClassName
{
background-color: #1CF04D;
}
</style>
border-color css
<style>
span { border-color: #1CF04D; }
span { border-color: rgb(28,240,77); }
td.TdClassName
{
border-color: #1CF04D;
}
.TagClassName
{
border-color: #1CF04D;
}
</style>