Shades of Malachite #1CF440
Tints of Malachite #1CF440
RGB
CMYK
RGB Variations
Color information
#1CF440 (or 0x1CF440) is known color: Malachite. HEX triplet: 1C, F4 and 40. RGB value is (28,244,64). Sum of RGB (Red+Green+Blue) = 28+244+64=336 (44% of max value = 765). Red value is 28 (11.33% from 255 or 8.33% from 336); Green value is 244 (95.70% from 255 or 72.62% from 336); Blue value is 64 (25.39% from 255 or 19.05% from 336); Max value from RGB is 244 - color contains mainly: green. Hex color #1CF440 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1CF440 is #E30BBF. Grayscale: #9F9F9F. Windows color (decimal): -14879680 or 4256796. OLE color: 4256796.
HSL color Cylindrical-coordinate representation of color #1CF440: hue angle of 130º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1CF440 is Cyan = 0.89, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 28 | 244 | 64 | - |
| CMYK | 0.89 | 0 | 0.74 | 0.04 |
| HSL | 130º | 0.91% | 0.53% | - |
| HSV(B) | 130º | 0.89% | 0.96% | - |
| XYZ | 33.75 | 65.32 | 15.68 | - |
| YUV | 158.9 | 74.44 | 34.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 244 | 64 | 0.89 | 0 | 0.74 | 0.04 | 130 | 0.91 | 0.53 |
| Hex | 1C | F4 | 40 | 59 | 0 | 4A | 4 | 82 | 5B | 35 |
| Octal | 34 | 364 | 100 | 131 | 0 | 112 | 4 | 202 | 133 | 65 |
| Binary | 11100 | 11110100 | 1000000 | 1011001 | 0 | 1001010 | 100 | 10000010 | 1011011 | 110101 |
Color Harmonies of #1CF440
Complementary color
Monochromatic Colors of #1CF440
Black with #1CF440
Text Example
Text Example
White with #1CF440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CF440; }
p { color: rgb(28,244,64); }
H1.HeaderClassName
{
color: #1CF440;
}
.AnyTagClassName
{
color: #1CF440;
}
</style>
background-color css
<style>
a { background-color: #1CF440; }
a { background-color: rgb(28,244,64); }
div.DivClassName
{
background-color: #1CF440;
}
.BgClassName
{
background-color: #1CF440;
}
</style>
border-color css
<style>
span { border-color: #1CF440; }
span { border-color: rgb(28,244,64); }
td.TdClassName
{
border-color: #1CF440;
}
.TagClassName
{
border-color: #1CF440;
}
</style>