Shades of Malachite #1CF341
Tints of Malachite #1CF341
RGB
CMYK
RGB Variations
Color information
#1CF341 (or 0x1CF341) is known color: Malachite. HEX triplet: 1C, F3 and 41. RGB value is (28,243,65). Sum of RGB (Red+Green+Blue) = 28+243+65=336 (44% of max value = 765). Red value is 28 (11.33% from 255 or 8.33% from 336); Green value is 243 (95.31% from 255 or 72.32% from 336); Blue value is 65 (25.78% from 255 or 19.35% from 336); Max value from RGB is 243 - color contains mainly: green. Hex color #1CF341 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1CF341 is #E30CBE. Grayscale: #9E9E9E. Windows color (decimal): -14879935 or 4322076. OLE color: 4322076.
HSL color Cylindrical-coordinate representation of color #1CF341: hue angle of 130.33º 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 #1CF341 is Cyan = 0.88, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 28 | 243 | 65 | - |
| CMYK | 0.88 | 0 | 0.73 | 0.05 |
| HSL | 130.33º | 0.9% | 0.53% | - |
| HSV(B) | 130.33º | 0.88% | 0.95% | - |
| XYZ | 33.48 | 64.73 | 15.73 | - |
| YUV | 158.42 | 75.27 | 34.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 243 | 65 | 0.88 | 0 | 0.73 | 0.05 | 130.33 | 0.9 | 0.53 |
| Hex | 1C | F3 | 41 | 58 | 0 | 49 | 5 | 82 | 5A | 35 |
| Octal | 34 | 363 | 101 | 130 | 0 | 111 | 5 | 202 | 132 | 65 |
| Binary | 11100 | 11110011 | 1000001 | 1011000 | 0 | 1001001 | 101 | 10000010 | 1011010 | 110101 |
Color Harmonies of #1CF341
Complementary color
Monochromatic Colors of #1CF341
Black with #1CF341
Text Example
Text Example
White with #1CF341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CF341; }
p { color: rgb(28,243,65); }
H1.HeaderClassName
{
color: #1CF341;
}
.AnyTagClassName
{
color: #1CF341;
}
</style>
background-color css
<style>
a { background-color: #1CF341; }
a { background-color: rgb(28,243,65); }
div.DivClassName
{
background-color: #1CF341;
}
.BgClassName
{
background-color: #1CF341;
}
</style>
border-color css
<style>
span { border-color: #1CF341; }
span { border-color: rgb(28,243,65); }
td.TdClassName
{
border-color: #1CF341;
}
.TagClassName
{
border-color: #1CF341;
}
</style>