Shades of Malachite #1CF340
Tints of Malachite #1CF340
RGB
CMYK
RGB Variations
Color information
#1CF340 (or 0x1CF340) is known color: Malachite. HEX triplet: 1C, F3 and 40. RGB value is (28,243,64). Sum of RGB (Red+Green+Blue) = 28+243+64=335 (44% of max value = 765). Red value is 28 (11.33% from 255 or 8.36% from 335); Green value is 243 (95.31% from 255 or 72.54% from 335); Blue value is 64 (25.39% from 255 or 19.10% from 335); Max value from RGB is 243 - color contains mainly: green. Hex color #1CF340 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1CF340 is #E30CBF. Grayscale: #9E9E9E. Windows color (decimal): -14879936 or 4256540. OLE color: 4256540.
HSL color Cylindrical-coordinate representation of color #1CF340: hue angle of 130.05º 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 #1CF340 is Cyan = 0.88, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 28 | 243 | 64 | - |
| CMYK | 0.88 | 0 | 0.74 | 0.05 |
| HSL | 130.05º | 0.9% | 0.53% | - |
| HSV(B) | 130.05º | 0.88% | 0.95% | - |
| XYZ | 33.45 | 64.72 | 15.58 | - |
| YUV | 158.31 | 74.77 | 35.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 243 | 64 | 0.88 | 0 | 0.74 | 0.05 | 130.05 | 0.9 | 0.53 |
| Hex | 1C | F3 | 40 | 58 | 0 | 4A | 5 | 82 | 5A | 35 |
| Octal | 34 | 363 | 100 | 130 | 0 | 112 | 5 | 202 | 132 | 65 |
| Binary | 11100 | 11110011 | 1000000 | 1011000 | 0 | 1001010 | 101 | 10000010 | 1011010 | 110101 |
Color Harmonies of #1CF340
Complementary color
Monochromatic Colors of #1CF340
Black with #1CF340
Text Example
Text Example
White with #1CF340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CF340; }
p { color: rgb(28,243,64); }
H1.HeaderClassName
{
color: #1CF340;
}
.AnyTagClassName
{
color: #1CF340;
}
</style>
background-color css
<style>
a { background-color: #1CF340; }
a { background-color: rgb(28,243,64); }
div.DivClassName
{
background-color: #1CF340;
}
.BgClassName
{
background-color: #1CF340;
}
</style>
border-color css
<style>
span { border-color: #1CF340; }
span { border-color: rgb(28,243,64); }
td.TdClassName
{
border-color: #1CF340;
}
.TagClassName
{
border-color: #1CF340;
}
</style>