Shades of Malachite #1FFC3C
Tints of Malachite #1FFC3C
RGB
CMYK
RGB Variations
Color information
#1FFC3C (or 0x1FFC3C) is known color: Malachite. HEX triplet: 1F, FC and 3C. RGB value is (31,252,60). Sum of RGB (Red+Green+Blue) = 31+252+60=343 (45% of max value = 765). Red value is 31 (12.5% from 255 or 9.04% from 343); Green value is 252 (98.83% from 255 or 73.47% from 343); Blue value is 60 (23.83% from 255 or 17.49% from 343); Max value from RGB is 252 - color contains mainly: green. Hex color #1FFC3C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1FFC3C is #E003C3. Grayscale: #A4A4A4. Windows color (decimal): -14681028 or 3996703. OLE color: 3996703.
HSL color Cylindrical-coordinate representation of color #1FFC3C: hue angle of 127.87º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1FFC3C is Cyan = 0.88, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 31 | 252 | 60 | - |
| CMYK | 0.88 | 0 | 0.76 | 0.01 |
| HSL | 127.87º | 0.97% | 0.55% | - |
| HSV(B) | 127.87º | 0.88% | 0.99% | - |
| XYZ | 36.19 | 70.24 | 15.92 | - |
| YUV | 164.03 | 69.28 | 33.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 252 | 60 | 0.88 | 0 | 0.76 | 0.01 | 127.87 | 0.97 | 0.55 |
| Hex | 1F | FC | 3C | 58 | 0 | 4C | 1 | 80 | 61 | 37 |
| Octal | 37 | 374 | 74 | 130 | 0 | 114 | 1 | 200 | 141 | 67 |
| Binary | 11111 | 11111100 | 111100 | 1011000 | 0 | 1001100 | 1 | 10000000 | 1100001 | 110111 |
Color Harmonies of #1FFC3C
Complementary color
Monochromatic Colors of #1FFC3C
Black with #1FFC3C
Text Example
Text Example
White with #1FFC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FFC3C; }
p { color: rgb(31,252,60); }
H1.HeaderClassName
{
color: #1FFC3C;
}
.AnyTagClassName
{
color: #1FFC3C;
}
</style>
background-color css
<style>
a { background-color: #1FFC3C; }
a { background-color: rgb(31,252,60); }
div.DivClassName
{
background-color: #1FFC3C;
}
.BgClassName
{
background-color: #1FFC3C;
}
</style>
border-color css
<style>
span { border-color: #1FFC3C; }
span { border-color: rgb(31,252,60); }
td.TdClassName
{
border-color: #1FFC3C;
}
.TagClassName
{
border-color: #1FFC3C;
}
</style>