Shades of Malachite #1BFF4B
Tints of Malachite #1BFF4B
RGB
CMYK
RGB Variations
Color information
#1BFF4B (or 0x1BFF4B) is known color: Malachite. HEX triplet: 1B, FF and 4B. RGB value is (27,255,75). Sum of RGB (Red+Green+Blue) = 27+255+75=357 (47% of max value = 765). Red value is 27 (10.94% from 255 or 7.56% from 357); Green value is 255 (100% from 255 or 71.43% from 357); Blue value is 75 (29.69% from 255 or 21.01% from 357); Max value from RGB is 255 - color contains mainly: green. Hex color #1BFF4B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1BFF4B is #E400B4. Grayscale: #A6A6A6. Windows color (decimal): -14942389 or 4980507. OLE color: 4980507.
HSL color Cylindrical-coordinate representation of color #1BFF4B: hue angle of 132.63º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BFF4B is Cyan = 0.89, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 27 | 255 | 75 | - |
| CMYK | 0.89 | 0 | 0.71 | 0 |
| HSL | 132.63º | 1% | 0.55% | - |
| HSV(B) | 132.63º | 0.89% | 1% | - |
| XYZ | 37.48 | 72.26 | 18.63 | - |
| YUV | 166.31 | 76.46 | 28.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 255 | 75 | 0.89 | 0 | 0.71 | 0 | 132.63 | 1 | 0.55 |
| Hex | 1B | FF | 4B | 59 | 0 | 47 | 0 | 85 | 64 | 37 |
| Octal | 33 | 377 | 113 | 131 | 0 | 107 | 0 | 205 | 144 | 67 |
| Binary | 11011 | 11111111 | 1001011 | 1011001 | 0 | 1000111 | 0 | 10000101 | 1100100 | 110111 |
Color Harmonies of #1BFF4B
Complementary color
Monochromatic Colors of #1BFF4B
Black with #1BFF4B
Text Example
Text Example
White with #1BFF4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BFF4B; }
p { color: rgb(27,255,75); }
H1.HeaderClassName
{
color: #1BFF4B;
}
.AnyTagClassName
{
color: #1BFF4B;
}
</style>
background-color css
<style>
a { background-color: #1BFF4B; }
a { background-color: rgb(27,255,75); }
div.DivClassName
{
background-color: #1BFF4B;
}
.BgClassName
{
background-color: #1BFF4B;
}
</style>
border-color css
<style>
span { border-color: #1BFF4B; }
span { border-color: rgb(27,255,75); }
td.TdClassName
{
border-color: #1BFF4B;
}
.TagClassName
{
border-color: #1BFF4B;
}
</style>