Shades of Malachite #1BFC3C
Tints of Malachite #1BFC3C
RGB
CMYK
RGB Variations
Color information
#1BFC3C (or 0x1BFC3C) is known color: Malachite. HEX triplet: 1B, FC and 3C. RGB value is (27,252,60). Sum of RGB (Red+Green+Blue) = 27+252+60=339 (44% of max value = 765). Red value is 27 (10.94% from 255 or 7.96% from 339); Green value is 252 (98.83% from 255 or 74.34% from 339); Blue value is 60 (23.83% from 255 or 17.70% from 339); Max value from RGB is 252 - color contains mainly: green. Hex color #1BFC3C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1BFC3C is #E403C3. Grayscale: #A3A3A3. Windows color (decimal): -14943172 or 3996699. OLE color: 3996699.
HSL color Cylindrical-coordinate representation of color #1BFC3C: hue angle of 128.8º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BFC3C is Cyan = 0.89, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 27 | 252 | 60 | - |
| CMYK | 0.89 | 0 | 0.76 | 0.01 |
| HSL | 128.8º | 0.97% | 0.55% | - |
| HSV(B) | 128.8º | 0.89% | 0.99% | - |
| XYZ | 36.08 | 70.18 | 15.92 | - |
| YUV | 162.84 | 69.96 | 31.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 252 | 60 | 0.89 | 0 | 0.76 | 0.01 | 128.8 | 0.97 | 0.55 |
| Hex | 1B | FC | 3C | 59 | 0 | 4C | 1 | 81 | 61 | 37 |
| Octal | 33 | 374 | 74 | 131 | 0 | 114 | 1 | 201 | 141 | 67 |
| Binary | 11011 | 11111100 | 111100 | 1011001 | 0 | 1001100 | 1 | 10000001 | 1100001 | 110111 |
Color Harmonies of #1BFC3C
Complementary color
Monochromatic Colors of #1BFC3C
Black with #1BFC3C
Text Example
Text Example
White with #1BFC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BFC3C; }
p { color: rgb(27,252,60); }
H1.HeaderClassName
{
color: #1BFC3C;
}
.AnyTagClassName
{
color: #1BFC3C;
}
</style>
background-color css
<style>
a { background-color: #1BFC3C; }
a { background-color: rgb(27,252,60); }
div.DivClassName
{
background-color: #1BFC3C;
}
.BgClassName
{
background-color: #1BFC3C;
}
</style>
border-color css
<style>
span { border-color: #1BFC3C; }
span { border-color: rgb(27,252,60); }
td.TdClassName
{
border-color: #1BFC3C;
}
.TagClassName
{
border-color: #1BFC3C;
}
</style>