Shades of Malachite #1FCC46
Tints of Malachite #1FCC46
RGB
CMYK
RGB Variations
Color information
#1FCC46 (or 0x1FCC46) is known color: Malachite. HEX triplet: 1F, CC and 46. RGB value is (31,204,70). Sum of RGB (Red+Green+Blue) = 31+204+70=305 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.16% from 305); Green value is 204 (80.08% from 255 or 66.89% from 305); Blue value is 70 (27.73% from 255 or 22.95% from 305); Max value from RGB is 204 - color contains mainly: green. Hex color #1FCC46 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FCC46 is #E033B9. Grayscale: #898989. Windows color (decimal): -14693306 or 4639775. OLE color: 4639775.
HSL color Cylindrical-coordinate representation of color #1FCC46: hue angle of 133.53º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FCC46 is Cyan = 0.85, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 31 | 204 | 70 | - |
| CMYK | 0.85 | 0 | 0.66 | 0.2 |
| HSL | 133.53º | 0.74% | 0.46% | - |
| HSV(B) | 133.53º | 0.85% | 0.8% | - |
| XYZ | 23.26 | 43.92 | 13.05 | - |
| YUV | 137 | 90.19 | 52.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 204 | 70 | 0.85 | 0 | 0.66 | 0.2 | 133.53 | 0.74 | 0.46 |
| Hex | 1F | CC | 46 | 55 | 0 | 42 | 14 | 86 | 4A | 2E |
| Octal | 37 | 314 | 106 | 125 | 0 | 102 | 24 | 206 | 112 | 56 |
| Binary | 11111 | 11001100 | 1000110 | 1010101 | 0 | 1000010 | 10100 | 10000110 | 1001010 | 101110 |
Color Harmonies of #1FCC46
Complementary color
Monochromatic Colors of #1FCC46
Black with #1FCC46
Text Example
Text Example
White with #1FCC46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCC46; }
p { color: rgb(31,204,70); }
H1.HeaderClassName
{
color: #1FCC46;
}
.AnyTagClassName
{
color: #1FCC46;
}
</style>
background-color css
<style>
a { background-color: #1FCC46; }
a { background-color: rgb(31,204,70); }
div.DivClassName
{
background-color: #1FCC46;
}
.BgClassName
{
background-color: #1FCC46;
}
</style>
border-color css
<style>
span { border-color: #1FCC46; }
span { border-color: rgb(31,204,70); }
td.TdClassName
{
border-color: #1FCC46;
}
.TagClassName
{
border-color: #1FCC46;
}
</style>