Shades of Malachite #1CF368
Tints of Malachite #1CF368
RGB
CMYK
RGB Variations
Color information
#1CF368 (or 0x1CF368) is known color: Malachite. HEX triplet: 1C, F3 and 68. RGB value is (28,243,104). Sum of RGB (Red+Green+Blue) = 28+243+104=375 (49% of max value = 765). Red value is 28 (11.33% from 255 or 7.47% from 375); Green value is 243 (95.31% from 255 or 64.8% from 375); Blue value is 104 (41.02% from 255 or 27.73% from 375); Max value from RGB is 243 - color contains mainly: green. Hex color #1CF368 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1CF368 is #E30C97. Grayscale: #A3A3A3. Windows color (decimal): -14879896 or 6877980. OLE color: 6877980.
HSL color Cylindrical-coordinate representation of color #1CF368: hue angle of 141.21º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CF368 is Cyan = 0.88, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 28 | 243 | 104 | - |
| CMYK | 0.88 | 0 | 0.57 | 0.05 |
| HSL | 141.21º | 0.9% | 0.53% | - |
| HSV(B) | 141.21º | 0.88% | 0.95% | - |
| XYZ | 35.03 | 65.35 | 23.86 | - |
| YUV | 162.87 | 94.77 | 31.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 243 | 104 | 0.88 | 0 | 0.57 | 0.05 | 141.21 | 0.9 | 0.53 |
| Hex | 1C | F3 | 68 | 58 | 0 | 39 | 5 | 8D | 5A | 35 |
| Octal | 34 | 363 | 150 | 130 | 0 | 71 | 5 | 215 | 132 | 65 |
| Binary | 11100 | 11110011 | 1101000 | 1011000 | 0 | 111001 | 101 | 10001101 | 1011010 | 110101 |
Color Harmonies of #1CF368
Complementary color
Monochromatic Colors of #1CF368
Black with #1CF368
Text Example
Text Example
White with #1CF368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CF368; }
p { color: rgb(28,243,104); }
H1.HeaderClassName
{
color: #1CF368;
}
.AnyTagClassName
{
color: #1CF368;
}
</style>
background-color css
<style>
a { background-color: #1CF368; }
a { background-color: rgb(28,243,104); }
div.DivClassName
{
background-color: #1CF368;
}
.BgClassName
{
background-color: #1CF368;
}
</style>
border-color css
<style>
span { border-color: #1CF368; }
span { border-color: rgb(28,243,104); }
td.TdClassName
{
border-color: #1CF368;
}
.TagClassName
{
border-color: #1CF368;
}
</style>