Shades of Malachite #1BF84B
Tints of Malachite #1BF84B
RGB
CMYK
RGB Variations
Color information
#1BF84B (or 0x1BF84B) is known color: Malachite. HEX triplet: 1B, F8 and 4B. RGB value is (27,248,75). Sum of RGB (Red+Green+Blue) = 27+248+75=350 (46% of max value = 765). Red value is 27 (10.94% from 255 or 7.71% from 350); Green value is 248 (97.27% from 255 or 70.86% from 350); Blue value is 75 (29.69% from 255 or 21.43% from 350); Max value from RGB is 248 - color contains mainly: green. Hex color #1BF84B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1BF84B is #E407B4. Grayscale: #A2A2A2. Windows color (decimal): -14944181 or 4978715. OLE color: 4978715.
HSL color Cylindrical-coordinate representation of color #1BF84B: hue angle of 133.03º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BF84B is Cyan = 0.89, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 27 | 248 | 75 | - |
| CMYK | 0.89 | 0 | 0.70 | 0.03 |
| HSL | 133.03º | 0.94% | 0.54% | - |
| HSV(B) | 133.03º | 0.89% | 0.97% | - |
| XYZ | 35.29 | 67.88 | 17.9 | - |
| YUV | 162.2 | 78.78 | 31.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 248 | 75 | 0.89 | 0 | 0.70 | 0.03 | 133.03 | 0.94 | 0.54 |
| Hex | 1B | F8 | 4B | 59 | 0 | 46 | 3 | 85 | 5E | 36 |
| Octal | 33 | 370 | 113 | 131 | 0 | 106 | 3 | 205 | 136 | 66 |
| Binary | 11011 | 11111000 | 1001011 | 1011001 | 0 | 1000110 | 11 | 10000101 | 1011110 | 110110 |
Color Harmonies of #1BF84B
Complementary color
Monochromatic Colors of #1BF84B
Black with #1BF84B
Text Example
Text Example
White with #1BF84B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BF84B; }
p { color: rgb(27,248,75); }
H1.HeaderClassName
{
color: #1BF84B;
}
.AnyTagClassName
{
color: #1BF84B;
}
</style>
background-color css
<style>
a { background-color: #1BF84B; }
a { background-color: rgb(27,248,75); }
div.DivClassName
{
background-color: #1BF84B;
}
.BgClassName
{
background-color: #1BF84B;
}
</style>
border-color css
<style>
span { border-color: #1BF84B; }
span { border-color: rgb(27,248,75); }
td.TdClassName
{
border-color: #1BF84B;
}
.TagClassName
{
border-color: #1BF84B;
}
</style>