Shades of Malachite #1CCF40
Tints of Malachite #1CCF40
RGB
CMYK
RGB Variations
Color information
#1CCF40 (or 0x1CCF40) is known color: Malachite. HEX triplet: 1C, CF and 40. RGB value is (28,207,64). Sum of RGB (Red+Green+Blue) = 28+207+64=299 (39% of max value = 765). Red value is 28 (11.33% from 255 or 9.36% from 299); Green value is 207 (81.25% from 255 or 69.23% from 299); Blue value is 64 (25.39% from 255 or 21.40% from 299); Max value from RGB is 207 - color contains mainly: green. Hex color #1CCF40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CCF40 is #E330BF. Grayscale: #898989. Windows color (decimal): -14889152 or 4247324. OLE color: 4247324.
HSL color Cylindrical-coordinate representation of color #1CCF40: hue angle of 132.07º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CCF40 is Cyan = 0.86, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 28 | 207 | 64 | - |
| CMYK | 0.86 | 0 | 0.69 | 0.19 |
| HSL | 132.07º | 0.76% | 0.46% | - |
| HSV(B) | 132.07º | 0.86% | 0.81% | - |
| XYZ | 23.72 | 45.24 | 12.33 | - |
| YUV | 137.18 | 86.7 | 50.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 207 | 64 | 0.86 | 0 | 0.69 | 0.19 | 132.07 | 0.76 | 0.46 |
| Hex | 1C | CF | 40 | 56 | 0 | 45 | 13 | 84 | 4C | 2E |
| Octal | 34 | 317 | 100 | 126 | 0 | 105 | 23 | 204 | 114 | 56 |
| Binary | 11100 | 11001111 | 1000000 | 1010110 | 0 | 1000101 | 10011 | 10000100 | 1001100 | 101110 |
Color Harmonies of #1CCF40
Complementary color
Monochromatic Colors of #1CCF40
Black with #1CCF40
Text Example
Text Example
White with #1CCF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CCF40; }
p { color: rgb(28,207,64); }
H1.HeaderClassName
{
color: #1CCF40;
}
.AnyTagClassName
{
color: #1CCF40;
}
</style>
background-color css
<style>
a { background-color: #1CCF40; }
a { background-color: rgb(28,207,64); }
div.DivClassName
{
background-color: #1CCF40;
}
.BgClassName
{
background-color: #1CCF40;
}
</style>
border-color css
<style>
span { border-color: #1CCF40; }
span { border-color: rgb(28,207,64); }
td.TdClassName
{
border-color: #1CCF40;
}
.TagClassName
{
border-color: #1CCF40;
}
</style>