Shades of Malachite #1CFF49
Tints of Malachite #1CFF49
RGB
CMYK
RGB Variations
Color information
#1CFF49 (or 0x1CFF49) is known color: Malachite. HEX triplet: 1C, FF and 49. RGB value is (28,255,73). Sum of RGB (Red+Green+Blue) = 28+255+73=356 (47% of max value = 765). Red value is 28 (11.33% from 255 or 7.87% from 356); Green value is 255 (100% from 255 or 71.63% from 356); Blue value is 73 (28.91% from 255 or 20.51% from 356); Max value from RGB is 255 - color contains mainly: green. Hex color #1CFF49 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1CFF49 is #E300B6. Grayscale: #A6A6A6. Windows color (decimal): -14876855 or 4849436. OLE color: 4849436.
HSL color Cylindrical-coordinate representation of color #1CFF49: hue angle of 131.89º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1CFF49 is Cyan = 0.89, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 28 | 255 | 73 | - |
| CMYK | 0.89 | 0 | 0.71 | 0 |
| HSL | 131.89º | 1% | 0.55% | - |
| HSV(B) | 131.89º | 0.89% | 1% | - |
| XYZ | 37.44 | 72.25 | 18.28 | - |
| YUV | 166.38 | 75.29 | 29.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 255 | 73 | 0.89 | 0 | 0.71 | 0 | 131.89 | 1 | 0.55 |
| Hex | 1C | FF | 49 | 59 | 0 | 47 | 0 | 84 | 64 | 37 |
| Octal | 34 | 377 | 111 | 131 | 0 | 107 | 0 | 204 | 144 | 67 |
| Binary | 11100 | 11111111 | 1001001 | 1011001 | 0 | 1000111 | 0 | 10000100 | 1100100 | 110111 |
Color Harmonies of #1CFF49
Complementary color
Monochromatic Colors of #1CFF49
Black with #1CFF49
Text Example
Text Example
White with #1CFF49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CFF49; }
p { color: rgb(28,255,73); }
H1.HeaderClassName
{
color: #1CFF49;
}
.AnyTagClassName
{
color: #1CFF49;
}
</style>
background-color css
<style>
a { background-color: #1CFF49; }
a { background-color: rgb(28,255,73); }
div.DivClassName
{
background-color: #1CFF49;
}
.BgClassName
{
background-color: #1CFF49;
}
</style>
border-color css
<style>
span { border-color: #1CFF49; }
span { border-color: rgb(28,255,73); }
td.TdClassName
{
border-color: #1CFF49;
}
.TagClassName
{
border-color: #1CFF49;
}
</style>