Shades of Malachite #1CD25D
Tints of Malachite #1CD25D
RGB
CMYK
RGB Variations
Color information
#1CD25D (or 0x1CD25D) is known color: Malachite. HEX triplet: 1C, D2 and 5D. RGB value is (28,210,93). Sum of RGB (Red+Green+Blue) = 28+210+93=331 (43% of max value = 765). Red value is 28 (11.33% from 255 or 8.46% from 331); Green value is 210 (82.42% from 255 or 63.44% from 331); Blue value is 93 (36.72% from 255 or 28.10% from 331); Max value from RGB is 210 - color contains mainly: green. Hex color #1CD25D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CD25D is #E32DA2. Grayscale: #8E8E8E. Windows color (decimal): -14888355 or 6148636. OLE color: 6148636.
HSL color Cylindrical-coordinate representation of color #1CD25D: hue angle of 141.43º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CD25D is Cyan = 0.87, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 28 | 210 | 93 | - |
| CMYK | 0.87 | 0 | 0.56 | 0.18 |
| HSL | 141.43º | 0.76% | 0.47% | - |
| HSV(B) | 141.43º | 0.87% | 0.82% | - |
| XYZ | 25.5 | 47.13 | 18.11 | - |
| YUV | 142.24 | 100.2 | 46.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 210 | 93 | 0.87 | 0 | 0.56 | 0.18 | 141.43 | 0.76 | 0.47 |
| Hex | 1C | D2 | 5D | 57 | 0 | 38 | 12 | 8D | 4C | 2F |
| Octal | 34 | 322 | 135 | 127 | 0 | 70 | 22 | 215 | 114 | 57 |
| Binary | 11100 | 11010010 | 1011101 | 1010111 | 0 | 111000 | 10010 | 10001101 | 1001100 | 101111 |
Color Harmonies of #1CD25D
Complementary color
Monochromatic Colors of #1CD25D
Black with #1CD25D
Text Example
Text Example
White with #1CD25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CD25D; }
p { color: rgb(28,210,93); }
H1.HeaderClassName
{
color: #1CD25D;
}
.AnyTagClassName
{
color: #1CD25D;
}
</style>
background-color css
<style>
a { background-color: #1CD25D; }
a { background-color: rgb(28,210,93); }
div.DivClassName
{
background-color: #1CD25D;
}
.BgClassName
{
background-color: #1CD25D;
}
</style>
border-color css
<style>
span { border-color: #1CD25D; }
span { border-color: rgb(28,210,93); }
td.TdClassName
{
border-color: #1CD25D;
}
.TagClassName
{
border-color: #1CD25D;
}
</style>