Shades of Malachite #1BCC5D
Tints of Malachite #1BCC5D
RGB
CMYK
RGB Variations
Color information
#1BCC5D (or 0x1BCC5D) is known color: Malachite. HEX triplet: 1B, CC and 5D. RGB value is (27,204,93). Sum of RGB (Red+Green+Blue) = 27+204+93=324 (42% of max value = 765). Red value is 27 (10.94% from 255 or 8.33% from 324); Green value is 204 (80.08% from 255 or 62.96% from 324); Blue value is 93 (36.72% from 255 or 28.70% from 324); Max value from RGB is 204 - color contains mainly: green. Hex color #1BCC5D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1BCC5D is #E433A2. Grayscale: #8A8A8A. Windows color (decimal): -14955427 or 6147099. OLE color: 6147099.
HSL color Cylindrical-coordinate representation of color #1BCC5D: hue angle of 142.37º 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 #1BCC5D is Cyan = 0.87, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 27 | 204 | 93 | - |
| CMYK | 0.87 | 0 | 0.54 | 0.2 |
| HSL | 142.37º | 0.77% | 0.45% | - |
| HSV(B) | 142.37º | 0.87% | 0.8% | - |
| XYZ | 24.02 | 44.21 | 17.62 | - |
| YUV | 138.42 | 102.36 | 48.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 204 | 93 | 0.87 | 0 | 0.54 | 0.2 | 142.37 | 0.77 | 0.45 |
| Hex | 1B | CC | 5D | 57 | 0 | 36 | 14 | 8E | 4D | 2D |
| Octal | 33 | 314 | 135 | 127 | 0 | 66 | 24 | 216 | 115 | 55 |
| Binary | 11011 | 11001100 | 1011101 | 1010111 | 0 | 110110 | 10100 | 10001110 | 1001101 | 101101 |
Color Harmonies of #1BCC5D
Complementary color
Monochromatic Colors of #1BCC5D
Black with #1BCC5D
Text Example
Text Example
White with #1BCC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BCC5D; }
p { color: rgb(27,204,93); }
H1.HeaderClassName
{
color: #1BCC5D;
}
.AnyTagClassName
{
color: #1BCC5D;
}
</style>
background-color css
<style>
a { background-color: #1BCC5D; }
a { background-color: rgb(27,204,93); }
div.DivClassName
{
background-color: #1BCC5D;
}
.BgClassName
{
background-color: #1BCC5D;
}
</style>
border-color css
<style>
span { border-color: #1BCC5D; }
span { border-color: rgb(27,204,93); }
td.TdClassName
{
border-color: #1BCC5D;
}
.TagClassName
{
border-color: #1BCC5D;
}
</style>