Shades of Malachite #1BFC4B
Tints of Malachite #1BFC4B
RGB
CMYK
RGB Variations
Color information
#1BFC4B (or 0x1BFC4B) is known color: Malachite. HEX triplet: 1B, FC and 4B. RGB value is (27,252,75). Sum of RGB (Red+Green+Blue) = 27+252+75=354 (46% of max value = 765). Red value is 27 (10.94% from 255 or 7.63% from 354); Green value is 252 (98.83% from 255 or 71.19% from 354); Blue value is 75 (29.69% from 255 or 21.19% from 354); Max value from RGB is 252 - color contains mainly: green. Hex color #1BFC4B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1BFC4B is #E403B4. Grayscale: #A5A5A5. Windows color (decimal): -14943157 or 4979739. OLE color: 4979739.
HSL color Cylindrical-coordinate representation of color #1BFC4B: hue angle of 132.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 #1BFC4B is Cyan = 0.89, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 27 | 252 | 75 | - |
| CMYK | 0.89 | 0 | 0.70 | 0.01 |
| HSL | 132.8º | 0.97% | 0.55% | - |
| HSV(B) | 132.8º | 0.89% | 0.99% | - |
| XYZ | 36.53 | 70.36 | 18.31 | - |
| YUV | 164.55 | 77.46 | 29.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 252 | 75 | 0.89 | 0 | 0.70 | 0.01 | 132.8 | 0.97 | 0.55 |
| Hex | 1B | FC | 4B | 59 | 0 | 46 | 1 | 85 | 61 | 37 |
| Octal | 33 | 374 | 113 | 131 | 0 | 106 | 1 | 205 | 141 | 67 |
| Binary | 11011 | 11111100 | 1001011 | 1011001 | 0 | 1000110 | 1 | 10000101 | 1100001 | 110111 |
Color Harmonies of #1BFC4B
Complementary color
Monochromatic Colors of #1BFC4B
Black with #1BFC4B
Text Example
Text Example
White with #1BFC4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BFC4B; }
p { color: rgb(27,252,75); }
H1.HeaderClassName
{
color: #1BFC4B;
}
.AnyTagClassName
{
color: #1BFC4B;
}
</style>
background-color css
<style>
a { background-color: #1BFC4B; }
a { background-color: rgb(27,252,75); }
div.DivClassName
{
background-color: #1BFC4B;
}
.BgClassName
{
background-color: #1BFC4B;
}
</style>
border-color css
<style>
span { border-color: #1BFC4B; }
span { border-color: rgb(27,252,75); }
td.TdClassName
{
border-color: #1BFC4B;
}
.TagClassName
{
border-color: #1BFC4B;
}
</style>