Shades of Malachite #1BFA4B
Tints of Malachite #1BFA4B
RGB
CMYK
RGB Variations
Color information
#1BFA4B (or 0x1BFA4B) is known color: Malachite. HEX triplet: 1B, FA and 4B. RGB value is (27,250,75). Sum of RGB (Red+Green+Blue) = 27+250+75=352 (46% of max value = 765). Red value is 27 (10.94% from 255 or 7.67% from 352); Green value is 250 (98.05% from 255 or 71.02% from 352); Blue value is 75 (29.69% from 255 or 21.31% from 352); Max value from RGB is 250 - color contains mainly: green. Hex color #1BFA4B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1BFA4B is #E405B4. Grayscale: #A3A3A3. Windows color (decimal): -14943669 or 4979227. OLE color: 4979227.
HSL color Cylindrical-coordinate representation of color #1BFA4B: hue angle of 132.91º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BFA4B is Cyan = 0.89, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 27 | 250 | 75 | - |
| CMYK | 0.89 | 0 | 0.7 | 0.02 |
| HSL | 132.91º | 0.96% | 0.54% | - |
| HSV(B) | 132.91º | 0.89% | 0.98% | - |
| XYZ | 35.91 | 69.11 | 18.1 | - |
| YUV | 163.37 | 78.12 | 30.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 250 | 75 | 0.89 | 0 | 0.7 | 0.02 | 132.91 | 0.96 | 0.54 |
| Hex | 1B | FA | 4B | 59 | 0 | 46 | 2 | 85 | 60 | 36 |
| Octal | 33 | 372 | 113 | 131 | 0 | 106 | 2 | 205 | 140 | 66 |
| Binary | 11011 | 11111010 | 1001011 | 1011001 | 0 | 1000110 | 10 | 10000101 | 1100000 | 110110 |
Color Harmonies of #1BFA4B
Complementary color
Monochromatic Colors of #1BFA4B
Black with #1BFA4B
Text Example
Text Example
White with #1BFA4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BFA4B; }
p { color: rgb(27,250,75); }
H1.HeaderClassName
{
color: #1BFA4B;
}
.AnyTagClassName
{
color: #1BFA4B;
}
</style>
background-color css
<style>
a { background-color: #1BFA4B; }
a { background-color: rgb(27,250,75); }
div.DivClassName
{
background-color: #1BFA4B;
}
.BgClassName
{
background-color: #1BFA4B;
}
</style>
border-color css
<style>
span { border-color: #1BFA4B; }
span { border-color: rgb(27,250,75); }
td.TdClassName
{
border-color: #1BFA4B;
}
.TagClassName
{
border-color: #1BFA4B;
}
</style>