Shades of Malachite #1CFC49
Tints of Malachite #1CFC49
RGB
CMYK
RGB Variations
Color information
#1CFC49 (or 0x1CFC49) is known color: Malachite. HEX triplet: 1C, FC and 49. RGB value is (28,252,73). Sum of RGB (Red+Green+Blue) = 28+252+73=353 (46% of max value = 765). Red value is 28 (11.33% from 255 or 7.93% from 353); Green value is 252 (98.83% from 255 or 71.39% from 353); Blue value is 73 (28.91% from 255 or 20.68% from 353); Max value from RGB is 252 - color contains mainly: green. Hex color #1CFC49 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1CFC49 is #E303B6. Grayscale: #A5A5A5. Windows color (decimal): -14877623 or 4848668. OLE color: 4848668.
HSL color Cylindrical-coordinate representation of color #1CFC49: hue angle of 132.05º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1CFC49 is Cyan = 0.89, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 28 | 252 | 73 | - |
| CMYK | 0.89 | 0 | 0.71 | 0.01 |
| HSL | 132.05º | 0.97% | 0.55% | - |
| HSV(B) | 132.05º | 0.89% | 0.99% | - |
| XYZ | 36.49 | 70.35 | 17.96 | - |
| YUV | 164.62 | 76.29 | 30.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 252 | 73 | 0.89 | 0 | 0.71 | 0.01 | 132.05 | 0.97 | 0.55 |
| Hex | 1C | FC | 49 | 59 | 0 | 47 | 1 | 84 | 61 | 37 |
| Octal | 34 | 374 | 111 | 131 | 0 | 107 | 1 | 204 | 141 | 67 |
| Binary | 11100 | 11111100 | 1001001 | 1011001 | 0 | 1000111 | 1 | 10000100 | 1100001 | 110111 |
Color Harmonies of #1CFC49
Complementary color
Monochromatic Colors of #1CFC49
Black with #1CFC49
Text Example
Text Example
White with #1CFC49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CFC49; }
p { color: rgb(28,252,73); }
H1.HeaderClassName
{
color: #1CFC49;
}
.AnyTagClassName
{
color: #1CFC49;
}
</style>
background-color css
<style>
a { background-color: #1CFC49; }
a { background-color: rgb(28,252,73); }
div.DivClassName
{
background-color: #1CFC49;
}
.BgClassName
{
background-color: #1CFC49;
}
</style>
border-color css
<style>
span { border-color: #1CFC49; }
span { border-color: rgb(28,252,73); }
td.TdClassName
{
border-color: #1CFC49;
}
.TagClassName
{
border-color: #1CFC49;
}
</style>