Shades of Malachite #1BF366
Tints of Malachite #1BF366
RGB
CMYK
RGB Variations
Color information
#1BF366 (or 0x1BF366) is known color: Malachite. HEX triplet: 1B, F3 and 66. RGB value is (27,243,102). Sum of RGB (Red+Green+Blue) = 27+243+102=372 (49% of max value = 765). Red value is 27 (10.94% from 255 or 7.26% from 372); Green value is 243 (95.31% from 255 or 65.32% from 372); Blue value is 102 (40.23% from 255 or 27.42% from 372); Max value from RGB is 243 - color contains mainly: green. Hex color #1BF366 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1BF366 is #E40C99. Grayscale: #A2A2A2. Windows color (decimal): -14945434 or 6746907. OLE color: 6746907.
HSL color Cylindrical-coordinate representation of color #1BF366: hue angle of 140.83º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BF366 is Cyan = 0.89, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 27 | 243 | 102 | - |
| CMYK | 0.89 | 0 | 0.58 | 0.05 |
| HSL | 140.83º | 0.9% | 0.53% | - |
| HSV(B) | 140.83º | 0.89% | 0.95% | - |
| XYZ | 34.9 | 65.29 | 23.33 | - |
| YUV | 162.34 | 93.94 | 31.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 243 | 102 | 0.89 | 0 | 0.58 | 0.05 | 140.83 | 0.9 | 0.53 |
| Hex | 1B | F3 | 66 | 59 | 0 | 3A | 5 | 8D | 5A | 35 |
| Octal | 33 | 363 | 146 | 131 | 0 | 72 | 5 | 215 | 132 | 65 |
| Binary | 11011 | 11110011 | 1100110 | 1011001 | 0 | 111010 | 101 | 10001101 | 1011010 | 110101 |
Color Harmonies of #1BF366
Complementary color
Monochromatic Colors of #1BF366
Black with #1BF366
Text Example
Text Example
White with #1BF366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BF366; }
p { color: rgb(27,243,102); }
H1.HeaderClassName
{
color: #1BF366;
}
.AnyTagClassName
{
color: #1BF366;
}
</style>
background-color css
<style>
a { background-color: #1BF366; }
a { background-color: rgb(27,243,102); }
div.DivClassName
{
background-color: #1BF366;
}
.BgClassName
{
background-color: #1BF366;
}
</style>
border-color css
<style>
span { border-color: #1BF366; }
span { border-color: rgb(27,243,102); }
td.TdClassName
{
border-color: #1BF366;
}
.TagClassName
{
border-color: #1BF366;
}
</style>