Shades of Malachite #1CF764
Tints of Malachite #1CF764
RGB
CMYK
RGB Variations
Color information
#1CF764 (or 0x1CF764) is known color: Malachite. HEX triplet: 1C, F7 and 64. RGB value is (28,247,100). Sum of RGB (Red+Green+Blue) = 28+247+100=375 (49% of max value = 765). Red value is 28 (11.33% from 255 or 7.47% from 375); Green value is 247 (96.88% from 255 or 65.87% from 375); Blue value is 100 (39.45% from 255 or 26.67% from 375); Max value from RGB is 247 - color contains mainly: green. Hex color #1CF764 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1CF764 is #E3089B. Grayscale: #A5A5A5. Windows color (decimal): -14878876 or 6616860. OLE color: 6616860.
HSL color Cylindrical-coordinate representation of color #1CF764: hue angle of 139.73º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1CF764 is Cyan = 0.89, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 28 | 247 | 100 | - |
| CMYK | 0.89 | 0 | 0.60 | 0.03 |
| HSL | 139.73º | 0.93% | 0.54% | - |
| HSV(B) | 139.73º | 0.89% | 0.97% | - |
| XYZ | 36.04 | 67.69 | 23.22 | - |
| YUV | 164.76 | 91.45 | 30.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 247 | 100 | 0.89 | 0 | 0.60 | 0.03 | 139.73 | 0.93 | 0.54 |
| Hex | 1C | F7 | 64 | 59 | 0 | 3C | 3 | 8C | 5D | 36 |
| Octal | 34 | 367 | 144 | 131 | 0 | 74 | 3 | 214 | 135 | 66 |
| Binary | 11100 | 11110111 | 1100100 | 1011001 | 0 | 111100 | 11 | 10001100 | 1011101 | 110110 |
Color Harmonies of #1CF764
Complementary color
Monochromatic Colors of #1CF764
Black with #1CF764
Text Example
Text Example
White with #1CF764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CF764; }
p { color: rgb(28,247,100); }
H1.HeaderClassName
{
color: #1CF764;
}
.AnyTagClassName
{
color: #1CF764;
}
</style>
background-color css
<style>
a { background-color: #1CF764; }
a { background-color: rgb(28,247,100); }
div.DivClassName
{
background-color: #1CF764;
}
.BgClassName
{
background-color: #1CF764;
}
</style>
border-color css
<style>
span { border-color: #1CF764; }
span { border-color: rgb(28,247,100); }
td.TdClassName
{
border-color: #1CF764;
}
.TagClassName
{
border-color: #1CF764;
}
</style>