Shades of Malachite #1BCD64
Tints of Malachite #1BCD64
RGB
CMYK
RGB Variations
Color information
#1BCD64 (or 0x1BCD64) is known color: Malachite. HEX triplet: 1B, CD and 64. RGB value is (27,205,100). Sum of RGB (Red+Green+Blue) = 27+205+100=332 (43% of max value = 765). Red value is 27 (10.94% from 255 or 8.13% from 332); Green value is 205 (80.47% from 255 or 61.75% from 332); Blue value is 100 (39.45% from 255 or 30.12% from 332); Max value from RGB is 205 - color contains mainly: green. Hex color #1BCD64 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1BCD64 is #E4329B. Grayscale: #8C8C8C. Windows color (decimal): -14955164 or 6606107. OLE color: 6606107.
HSL color Cylindrical-coordinate representation of color #1BCD64: hue angle of 144.61º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1BCD64 is Cyan = 0.87, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 27 | 205 | 100 | - |
| CMYK | 0.87 | 0 | 0.51 | 0.20 |
| HSL | 144.61º | 0.77% | 0.45% | - |
| HSV(B) | 144.61º | 0.87% | 0.8% | - |
| XYZ | 24.58 | 44.82 | 19.41 | - |
| YUV | 139.81 | 105.53 | 47.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 205 | 100 | 0.87 | 0 | 0.51 | 0.20 | 144.61 | 0.77 | 0.45 |
| Hex | 1B | CD | 64 | 57 | 0 | 33 | 14 | 91 | 4D | 2D |
| Octal | 33 | 315 | 144 | 127 | 0 | 63 | 24 | 221 | 115 | 55 |
| Binary | 11011 | 11001101 | 1100100 | 1010111 | 0 | 110011 | 10100 | 10010001 | 1001101 | 101101 |
Color Harmonies of #1BCD64
Complementary color
Monochromatic Colors of #1BCD64
Black with #1BCD64
Text Example
Text Example
White with #1BCD64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BCD64; }
p { color: rgb(27,205,100); }
H1.HeaderClassName
{
color: #1BCD64;
}
.AnyTagClassName
{
color: #1BCD64;
}
</style>
background-color css
<style>
a { background-color: #1BCD64; }
a { background-color: rgb(27,205,100); }
div.DivClassName
{
background-color: #1BCD64;
}
.BgClassName
{
background-color: #1BCD64;
}
</style>
border-color css
<style>
span { border-color: #1BCD64; }
span { border-color: rgb(27,205,100); }
td.TdClassName
{
border-color: #1BCD64;
}
.TagClassName
{
border-color: #1BCD64;
}
</style>