Shades of Malachite #1CBF5E
Tints of Malachite #1CBF5E
RGB
CMYK
RGB Variations
Color information
#1CBF5E (or 0x1CBF5E) is known color: Malachite. HEX triplet: 1C, BF and 5E. RGB value is (28,191,94). Sum of RGB (Red+Green+Blue) = 28+191+94=313 (41% of max value = 765). Red value is 28 (11.33% from 255 or 8.95% from 313); Green value is 191 (75% from 255 or 61.02% from 313); Blue value is 94 (37.11% from 255 or 30.03% from 313); Max value from RGB is 191 - color contains mainly: green. Hex color #1CBF5E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CBF5E is #E340A1. Grayscale: #838383. Windows color (decimal): -14893218 or 6209308. OLE color: 6209308.
HSL color Cylindrical-coordinate representation of color #1CBF5E: hue angle of 144.29º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CBF5E is Cyan = 0.85, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 28 | 191 | 94 | - |
| CMYK | 0.85 | 0 | 0.51 | 0.25 |
| HSL | 144.29º | 0.74% | 0.43% | - |
| HSV(B) | 144.29º | 0.85% | 0.75% | - |
| XYZ | 21.13 | 38.32 | 16.87 | - |
| YUV | 131.21 | 107 | 54.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 191 | 94 | 0.85 | 0 | 0.51 | 0.25 | 144.29 | 0.74 | 0.43 |
| Hex | 1C | BF | 5E | 55 | 0 | 33 | 19 | 90 | 4A | 2B |
| Octal | 34 | 277 | 136 | 125 | 0 | 63 | 31 | 220 | 112 | 53 |
| Binary | 11100 | 10111111 | 1011110 | 1010101 | 0 | 110011 | 11001 | 10010000 | 1001010 | 101011 |
Color Harmonies of #1CBF5E
Complementary color
Monochromatic Colors of #1CBF5E
Black with #1CBF5E
Text Example
Text Example
White with #1CBF5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CBF5E; }
p { color: rgb(28,191,94); }
H1.HeaderClassName
{
color: #1CBF5E;
}
.AnyTagClassName
{
color: #1CBF5E;
}
</style>
background-color css
<style>
a { background-color: #1CBF5E; }
a { background-color: rgb(28,191,94); }
div.DivClassName
{
background-color: #1CBF5E;
}
.BgClassName
{
background-color: #1CBF5E;
}
</style>
border-color css
<style>
span { border-color: #1CBF5E; }
span { border-color: rgb(28,191,94); }
td.TdClassName
{
border-color: #1CBF5E;
}
.TagClassName
{
border-color: #1CBF5E;
}
</style>