Shades of Malachite #1BC64F
Tints of Malachite #1BC64F
RGB
CMYK
RGB Variations
Color information
#1BC64F (or 0x1BC64F) is known color: Malachite. HEX triplet: 1B, C6 and 4F. RGB value is (27,198,79). Sum of RGB (Red+Green+Blue) = 27+198+79=304 (40% of max value = 765). Red value is 27 (10.94% from 255 or 8.88% from 304); Green value is 198 (77.73% from 255 or 65.13% from 304); Blue value is 79 (31.25% from 255 or 25.99% from 304); Max value from RGB is 198 - color contains mainly: green. Hex color #1BC64F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1BC64F is #E439B0. Grayscale: #858585. Windows color (decimal): -14956977 or 5228059. OLE color: 5228059.
HSL color Cylindrical-coordinate representation of color #1BC64F: hue angle of 138.25º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1BC64F is Cyan = 0.86, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 27 | 198 | 79 | - |
| CMYK | 0.86 | 0 | 0.60 | 0.22 |
| HSL | 138.25º | 0.76% | 0.44% | - |
| HSV(B) | 138.25º | 0.86% | 0.78% | - |
| XYZ | 22.06 | 41.19 | 14.18 | - |
| YUV | 133.31 | 97.35 | 52.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 198 | 79 | 0.86 | 0 | 0.60 | 0.22 | 138.25 | 0.76 | 0.44 |
| Hex | 1B | C6 | 4F | 56 | 0 | 3C | 16 | 8A | 4C | 2C |
| Octal | 33 | 306 | 117 | 126 | 0 | 74 | 26 | 212 | 114 | 54 |
| Binary | 11011 | 11000110 | 1001111 | 1010110 | 0 | 111100 | 10110 | 10001010 | 1001100 | 101100 |
Color Harmonies of #1BC64F
Complementary color
Monochromatic Colors of #1BC64F
Black with #1BC64F
Text Example
Text Example
White with #1BC64F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BC64F; }
p { color: rgb(27,198,79); }
H1.HeaderClassName
{
color: #1BC64F;
}
.AnyTagClassName
{
color: #1BC64F;
}
</style>
background-color css
<style>
a { background-color: #1BC64F; }
a { background-color: rgb(27,198,79); }
div.DivClassName
{
background-color: #1BC64F;
}
.BgClassName
{
background-color: #1BC64F;
}
</style>
border-color css
<style>
span { border-color: #1BC64F; }
span { border-color: rgb(27,198,79); }
td.TdClassName
{
border-color: #1BC64F;
}
.TagClassName
{
border-color: #1BC64F;
}
</style>