Shades of Malachite #1BFD46
Tints of Malachite #1BFD46
RGB
CMYK
RGB Variations
Color information
#1BFD46 (or 0x1BFD46) is known color: Malachite. HEX triplet: 1B, FD and 46. RGB value is (27,253,70). Sum of RGB (Red+Green+Blue) = 27+253+70=350 (46% of max value = 765). Red value is 27 (10.94% from 255 or 7.71% from 350); Green value is 253 (99.22% from 255 or 72.29% from 350); Blue value is 70 (27.73% from 255 or 20% from 350); Max value from RGB is 253 - color contains mainly: green. Hex color #1BFD46 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1BFD46 is #E402B9. Grayscale: #A5A5A5. Windows color (decimal): -14942906 or 4652315. OLE color: 4652315.
HSL color Cylindrical-coordinate representation of color #1BFD46: hue angle of 131.42º degrees, saturation: 0.98, 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 #1BFD46 is Cyan = 0.89, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 27 | 253 | 70 | - |
| CMYK | 0.89 | 0 | 0.72 | 0.01 |
| HSL | 131.42º | 0.98% | 0.55% | - |
| HSV(B) | 131.42º | 0.89% | 0.99% | - |
| XYZ | 36.68 | 70.93 | 17.55 | - |
| YUV | 164.56 | 74.63 | 29.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 253 | 70 | 0.89 | 0 | 0.72 | 0.01 | 131.42 | 0.98 | 0.55 |
| Hex | 1B | FD | 46 | 59 | 0 | 48 | 1 | 83 | 62 | 37 |
| Octal | 33 | 375 | 106 | 131 | 0 | 110 | 1 | 203 | 142 | 67 |
| Binary | 11011 | 11111101 | 1000110 | 1011001 | 0 | 1001000 | 1 | 10000011 | 1100010 | 110111 |
Color Harmonies of #1BFD46
Complementary color
Monochromatic Colors of #1BFD46
Black with #1BFD46
Text Example
Text Example
White with #1BFD46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BFD46; }
p { color: rgb(27,253,70); }
H1.HeaderClassName
{
color: #1BFD46;
}
.AnyTagClassName
{
color: #1BFD46;
}
</style>
background-color css
<style>
a { background-color: #1BFD46; }
a { background-color: rgb(27,253,70); }
div.DivClassName
{
background-color: #1BFD46;
}
.BgClassName
{
background-color: #1BFD46;
}
</style>
border-color css
<style>
span { border-color: #1BFD46; }
span { border-color: rgb(27,253,70); }
td.TdClassName
{
border-color: #1BFD46;
}
.TagClassName
{
border-color: #1BFD46;
}
</style>