Shades of Malachite #1BF64B
Tints of Malachite #1BF64B
RGB
CMYK
RGB Variations
Color information
#1BF64B (or 0x1BF64B) is known color: Malachite. HEX triplet: 1B, F6 and 4B. RGB value is (27,246,75). Sum of RGB (Red+Green+Blue) = 27+246+75=348 (46% of max value = 765). Red value is 27 (10.94% from 255 or 7.76% from 348); Green value is 246 (96.48% from 255 or 70.69% from 348); Blue value is 75 (29.69% from 255 or 21.55% from 348); Max value from RGB is 246 - color contains mainly: green. Hex color #1BF64B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1BF64B is #E409B4. Grayscale: #A1A1A1. Windows color (decimal): -14944693 or 4978203. OLE color: 4978203.
HSL color Cylindrical-coordinate representation of color #1BF64B: hue angle of 133.15º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BF64B is Cyan = 0.89, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 27 | 246 | 75 | - |
| CMYK | 0.89 | 0 | 0.70 | 0.04 |
| HSL | 133.15º | 0.92% | 0.54% | - |
| HSV(B) | 133.15º | 0.89% | 0.96% | - |
| XYZ | 34.68 | 66.65 | 17.69 | - |
| YUV | 161.03 | 79.45 | 32.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 246 | 75 | 0.89 | 0 | 0.70 | 0.04 | 133.15 | 0.92 | 0.54 |
| Hex | 1B | F6 | 4B | 59 | 0 | 46 | 4 | 85 | 5C | 36 |
| Octal | 33 | 366 | 113 | 131 | 0 | 106 | 4 | 205 | 134 | 66 |
| Binary | 11011 | 11110110 | 1001011 | 1011001 | 0 | 1000110 | 100 | 10000101 | 1011100 | 110110 |
Color Harmonies of #1BF64B
Complementary color
Monochromatic Colors of #1BF64B
Black with #1BF64B
Text Example
Text Example
White with #1BF64B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BF64B; }
p { color: rgb(27,246,75); }
H1.HeaderClassName
{
color: #1BF64B;
}
.AnyTagClassName
{
color: #1BF64B;
}
</style>
background-color css
<style>
a { background-color: #1BF64B; }
a { background-color: rgb(27,246,75); }
div.DivClassName
{
background-color: #1BF64B;
}
.BgClassName
{
background-color: #1BF64B;
}
</style>
border-color css
<style>
span { border-color: #1BF64B; }
span { border-color: rgb(27,246,75); }
td.TdClassName
{
border-color: #1BF64B;
}
.TagClassName
{
border-color: #1BF64B;
}
</style>