Shades of Malachite #1CBC58
Tints of Malachite #1CBC58
RGB
CMYK
RGB Variations
Color information
#1CBC58 (or 0x1CBC58) is known color: Malachite. HEX triplet: 1C, BC and 58. RGB value is (28,188,88). Sum of RGB (Red+Green+Blue) = 28+188+88=304 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.21% from 304); Green value is 188 (73.83% from 255 or 61.84% from 304); Blue value is 88 (34.77% from 255 or 28.95% from 304); Max value from RGB is 188 - color contains mainly: green. Hex color #1CBC58 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CBC58 is #E343A7. Grayscale: #818181. Windows color (decimal): -14893992 or 5815324. OLE color: 5815324.
HSL color Cylindrical-coordinate representation of color #1CBC58: hue angle of 142.5º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CBC58 is Cyan = 0.85, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 28 | 188 | 88 | - |
| CMYK | 0.85 | 0 | 0.53 | 0.26 |
| HSL | 142.5º | 0.74% | 0.42% | - |
| HSV(B) | 142.5º | 0.85% | 0.74% | - |
| XYZ | 20.22 | 36.92 | 15.29 | - |
| YUV | 128.76 | 104.99 | 56.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 188 | 88 | 0.85 | 0 | 0.53 | 0.26 | 142.5 | 0.74 | 0.42 |
| Hex | 1C | BC | 58 | 55 | 0 | 35 | 1A | 8E | 4A | 2A |
| Octal | 34 | 274 | 130 | 125 | 0 | 65 | 32 | 216 | 112 | 52 |
| Binary | 11100 | 10111100 | 1011000 | 1010101 | 0 | 110101 | 11010 | 10001110 | 1001010 | 101010 |
Color Harmonies of #1CBC58
Complementary color
Monochromatic Colors of #1CBC58
Black with #1CBC58
Text Example
Text Example
White with #1CBC58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CBC58; }
p { color: rgb(28,188,88); }
H1.HeaderClassName
{
color: #1CBC58;
}
.AnyTagClassName
{
color: #1CBC58;
}
</style>
background-color css
<style>
a { background-color: #1CBC58; }
a { background-color: rgb(28,188,88); }
div.DivClassName
{
background-color: #1CBC58;
}
.BgClassName
{
background-color: #1CBC58;
}
</style>
border-color css
<style>
span { border-color: #1CBC58; }
span { border-color: rgb(28,188,88); }
td.TdClassName
{
border-color: #1CBC58;
}
.TagClassName
{
border-color: #1CBC58;
}
</style>