Shades of Malachite #1CF342
Tints of Malachite #1CF342
RGB
CMYK
RGB Variations
Color information
#1CF342 (or 0x1CF342) is known color: Malachite. HEX triplet: 1C, F3 and 42. RGB value is (28,243,66). Sum of RGB (Red+Green+Blue) = 28+243+66=337 (44% of max value = 765). Red value is 28 (11.33% from 255 or 8.31% from 337); Green value is 243 (95.31% from 255 or 72.11% from 337); Blue value is 66 (26.17% from 255 or 19.58% from 337); Max value from RGB is 243 - color contains mainly: green. Hex color #1CF342 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1CF342 is #E30CBD. Grayscale: #9F9F9F. Windows color (decimal): -14879934 or 4387612. OLE color: 4387612.
HSL color Cylindrical-coordinate representation of color #1CF342: hue angle of 130.6º 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 #1CF342 is Cyan = 0.88, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 28 | 243 | 66 | - |
| CMYK | 0.88 | 0 | 0.73 | 0.05 |
| HSL | 130.6º | 0.9% | 0.53% | - |
| HSV(B) | 130.6º | 0.88% | 0.95% | - |
| XYZ | 33.51 | 64.74 | 15.88 | - |
| YUV | 158.54 | 75.77 | 34.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 243 | 66 | 0.88 | 0 | 0.73 | 0.05 | 130.6 | 0.9 | 0.53 |
| Hex | 1C | F3 | 42 | 58 | 0 | 49 | 5 | 83 | 5A | 35 |
| Octal | 34 | 363 | 102 | 130 | 0 | 111 | 5 | 203 | 132 | 65 |
| Binary | 11100 | 11110011 | 1000010 | 1011000 | 0 | 1001001 | 101 | 10000011 | 1011010 | 110101 |
Color Harmonies of #1CF342
Complementary color
Monochromatic Colors of #1CF342
Black with #1CF342
Text Example
Text Example
White with #1CF342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CF342; }
p { color: rgb(28,243,66); }
H1.HeaderClassName
{
color: #1CF342;
}
.AnyTagClassName
{
color: #1CF342;
}
</style>
background-color css
<style>
a { background-color: #1CF342; }
a { background-color: rgb(28,243,66); }
div.DivClassName
{
background-color: #1CF342;
}
.BgClassName
{
background-color: #1CF342;
}
</style>
border-color css
<style>
span { border-color: #1CF342; }
span { border-color: rgb(28,243,66); }
td.TdClassName
{
border-color: #1CF342;
}
.TagClassName
{
border-color: #1CF342;
}
</style>