Shades of Malachite #1BD63F
Tints of Malachite #1BD63F
RGB
CMYK
RGB Variations
Color information
#1BD63F (or 0x1BD63F) is known color: Malachite. HEX triplet: 1B, D6 and 3F. RGB value is (27,214,63). Sum of RGB (Red+Green+Blue) = 27+214+63=304 (40% of max value = 765). Red value is 27 (10.94% from 255 or 8.88% from 304); Green value is 214 (83.98% from 255 or 70.39% from 304); Blue value is 63 (25% from 255 or 20.72% from 304); Max value from RGB is 214 - color contains mainly: green. Hex color #1BD63F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BD63F is #E429C0. Grayscale: #8D8D8D. Windows color (decimal): -14952897 or 4183579. OLE color: 4183579.
HSL color Cylindrical-coordinate representation of color #1BD63F: hue angle of 131.55º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1BD63F is Cyan = 0.87, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 27 | 214 | 63 | - |
| CMYK | 0.87 | 0 | 0.71 | 0.16 |
| HSL | 131.55º | 0.78% | 0.47% | - |
| HSV(B) | 131.55º | 0.87% | 0.84% | - |
| XYZ | 25.4 | 48.69 | 12.76 | - |
| YUV | 140.87 | 84.05 | 46.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 214 | 63 | 0.87 | 0 | 0.71 | 0.16 | 131.55 | 0.78 | 0.47 |
| Hex | 1B | D6 | 3F | 57 | 0 | 47 | 10 | 84 | 4E | 2F |
| Octal | 33 | 326 | 77 | 127 | 0 | 107 | 20 | 204 | 116 | 57 |
| Binary | 11011 | 11010110 | 111111 | 1010111 | 0 | 1000111 | 10000 | 10000100 | 1001110 | 101111 |
Color Harmonies of #1BD63F
Complementary color
Monochromatic Colors of #1BD63F
Black with #1BD63F
Text Example
Text Example
White with #1BD63F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BD63F; }
p { color: rgb(27,214,63); }
H1.HeaderClassName
{
color: #1BD63F;
}
.AnyTagClassName
{
color: #1BD63F;
}
</style>
background-color css
<style>
a { background-color: #1BD63F; }
a { background-color: rgb(27,214,63); }
div.DivClassName
{
background-color: #1BD63F;
}
.BgClassName
{
background-color: #1BD63F;
}
</style>
border-color css
<style>
span { border-color: #1BD63F; }
span { border-color: rgb(27,214,63); }
td.TdClassName
{
border-color: #1BD63F;
}
.TagClassName
{
border-color: #1BD63F;
}
</style>