Shades of Malachite #1BF062
Tints of Malachite #1BF062
RGB
CMYK
RGB Variations
Color information
#1BF062 (or 0x1BF062) is known color: Malachite. HEX triplet: 1B, F0 and 62. RGB value is (27,240,98). Sum of RGB (Red+Green+Blue) = 27+240+98=365 (48% of max value = 765). Red value is 27 (10.94% from 255 or 7.40% from 365); Green value is 240 (94.14% from 255 or 65.75% from 365); Blue value is 98 (38.67% from 255 or 26.85% from 365); Max value from RGB is 240 - color contains mainly: green. Hex color #1BF062 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1BF062 is #E40F9D. Grayscale: #A0A0A0. Windows color (decimal): -14946206 or 6483995. OLE color: 6483995.
HSL color Cylindrical-coordinate representation of color #1BF062: hue angle of 140º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BF062 is Cyan = 0.89, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 27 | 240 | 98 | - |
| CMYK | 0.89 | 0 | 0.59 | 0.06 |
| HSL | 140º | 0.88% | 0.52% | - |
| HSV(B) | 140º | 0.89% | 0.94% | - |
| XYZ | 33.82 | 63.44 | 22.02 | - |
| YUV | 160.13 | 92.93 | 33.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 240 | 98 | 0.89 | 0 | 0.59 | 0.06 | 140 | 0.88 | 0.52 |
| Hex | 1B | F0 | 62 | 59 | 0 | 3B | 6 | 8C | 58 | 34 |
| Octal | 33 | 360 | 142 | 131 | 0 | 73 | 6 | 214 | 130 | 64 |
| Binary | 11011 | 11110000 | 1100010 | 1011001 | 0 | 111011 | 110 | 10001100 | 1011000 | 110100 |
Color Harmonies of #1BF062
Complementary color
Monochromatic Colors of #1BF062
Black with #1BF062
Text Example
Text Example
White with #1BF062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BF062; }
p { color: rgb(27,240,98); }
H1.HeaderClassName
{
color: #1BF062;
}
.AnyTagClassName
{
color: #1BF062;
}
</style>
background-color css
<style>
a { background-color: #1BF062; }
a { background-color: rgb(27,240,98); }
div.DivClassName
{
background-color: #1BF062;
}
.BgClassName
{
background-color: #1BF062;
}
</style>
border-color css
<style>
span { border-color: #1BF062; }
span { border-color: rgb(27,240,98); }
td.TdClassName
{
border-color: #1BF062;
}
.TagClassName
{
border-color: #1BF062;
}
</style>