Shades of Malachite #1CF450
Tints of Malachite #1CF450
RGB
CMYK
RGB Variations
Color information
#1CF450 (or 0x1CF450) is known color: Malachite. HEX triplet: 1C, F4 and 50. RGB value is (28,244,80). Sum of RGB (Red+Green+Blue) = 28+244+80=352 (46% of max value = 765). Red value is 28 (11.33% from 255 or 7.95% from 352); Green value is 244 (95.70% from 255 or 69.32% from 352); Blue value is 80 (31.64% from 255 or 22.73% from 352); Max value from RGB is 244 - color contains mainly: green. Hex color #1CF450 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1CF450 is #E30BAF. Grayscale: #A1A1A1. Windows color (decimal): -14879664 or 5305372. OLE color: 5305372.
HSL color Cylindrical-coordinate representation of color #1CF450: hue angle of 134.44º 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 #1CF450 is Cyan = 0.89, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 28 | 244 | 80 | - |
| CMYK | 0.89 | 0 | 0.67 | 0.04 |
| HSL | 134.44º | 0.91% | 0.53% | - |
| HSV(B) | 134.44º | 0.89% | 0.96% | - |
| XYZ | 34.28 | 65.53 | 18.43 | - |
| YUV | 160.72 | 82.44 | 33.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 244 | 80 | 0.89 | 0 | 0.67 | 0.04 | 134.44 | 0.91 | 0.53 |
| Hex | 1C | F4 | 50 | 59 | 0 | 43 | 4 | 86 | 5B | 35 |
| Octal | 34 | 364 | 120 | 131 | 0 | 103 | 4 | 206 | 133 | 65 |
| Binary | 11100 | 11110100 | 1010000 | 1011001 | 0 | 1000011 | 100 | 10000110 | 1011011 | 110101 |
Color Harmonies of #1CF450
Complementary color
Monochromatic Colors of #1CF450
Black with #1CF450
Text Example
Text Example
White with #1CF450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CF450; }
p { color: rgb(28,244,80); }
H1.HeaderClassName
{
color: #1CF450;
}
.AnyTagClassName
{
color: #1CF450;
}
</style>
background-color css
<style>
a { background-color: #1CF450; }
a { background-color: rgb(28,244,80); }
div.DivClassName
{
background-color: #1CF450;
}
.BgClassName
{
background-color: #1CF450;
}
</style>
border-color css
<style>
span { border-color: #1CF450; }
span { border-color: rgb(28,244,80); }
td.TdClassName
{
border-color: #1CF450;
}
.TagClassName
{
border-color: #1CF450;
}
</style>