Shades of Malachite #1CD261
Tints of Malachite #1CD261
RGB
CMYK
RGB Variations
Color information
#1CD261 (or 0x1CD261) is known color: Malachite. HEX triplet: 1C, D2 and 61. RGB value is (28,210,97). Sum of RGB (Red+Green+Blue) = 28+210+97=335 (44% of max value = 765). Red value is 28 (11.33% from 255 or 8.36% from 335); Green value is 210 (82.42% from 255 or 62.69% from 335); Blue value is 97 (38.28% from 255 or 28.96% from 335); Max value from RGB is 210 - color contains mainly: green. Hex color #1CD261 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CD261 is #E32D9E. Grayscale: #8E8E8E. Windows color (decimal): -14888351 or 6410780. OLE color: 6410780.
HSL color Cylindrical-coordinate representation of color #1CD261: hue angle of 142.75º 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 #1CD261 is Cyan = 0.87, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 28 | 210 | 97 | - |
| CMYK | 0.87 | 0 | 0.54 | 0.18 |
| HSL | 142.75º | 0.76% | 0.47% | - |
| HSV(B) | 142.75º | 0.87% | 0.82% | - |
| XYZ | 25.68 | 47.2 | 19.07 | - |
| YUV | 142.7 | 102.2 | 46.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 210 | 97 | 0.87 | 0 | 0.54 | 0.18 | 142.75 | 0.76 | 0.47 |
| Hex | 1C | D2 | 61 | 57 | 0 | 36 | 12 | 8F | 4C | 2F |
| Octal | 34 | 322 | 141 | 127 | 0 | 66 | 22 | 217 | 114 | 57 |
| Binary | 11100 | 11010010 | 1100001 | 1010111 | 0 | 110110 | 10010 | 10001111 | 1001100 | 101111 |
Color Harmonies of #1CD261
Complementary color
Monochromatic Colors of #1CD261
Black with #1CD261
Text Example
Text Example
White with #1CD261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CD261; }
p { color: rgb(28,210,97); }
H1.HeaderClassName
{
color: #1CD261;
}
.AnyTagClassName
{
color: #1CD261;
}
</style>
background-color css
<style>
a { background-color: #1CD261; }
a { background-color: rgb(28,210,97); }
div.DivClassName
{
background-color: #1CD261;
}
.BgClassName
{
background-color: #1CD261;
}
</style>
border-color css
<style>
span { border-color: #1CD261; }
span { border-color: rgb(28,210,97); }
td.TdClassName
{
border-color: #1CD261;
}
.TagClassName
{
border-color: #1CD261;
}
</style>