Shades of Malachite #1CD241
Tints of Malachite #1CD241
RGB
CMYK
RGB Variations
Color information
#1CD241 (or 0x1CD241) is known color: Malachite. HEX triplet: 1C, D2 and 41. RGB value is (28,210,65). Sum of RGB (Red+Green+Blue) = 28+210+65=303 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.24% from 303); Green value is 210 (82.42% from 255 or 69.31% from 303); Blue value is 65 (25.78% from 255 or 21.45% from 303); Max value from RGB is 210 - color contains mainly: green. Hex color #1CD241 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CD241 is #E32DBE. Grayscale: #8B8B8B. Windows color (decimal): -14888383 or 4313628. OLE color: 4313628.
HSL color Cylindrical-coordinate representation of color #1CD241: hue angle of 132.2º 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 #1CD241 is Cyan = 0.87, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 28 | 210 | 65 | - |
| CMYK | 0.87 | 0 | 0.69 | 0.18 |
| HSL | 132.2º | 0.76% | 0.47% | - |
| HSV(B) | 132.2º | 0.87% | 0.82% | - |
| XYZ | 24.48 | 46.72 | 12.73 | - |
| YUV | 139.05 | 86.2 | 48.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 210 | 65 | 0.87 | 0 | 0.69 | 0.18 | 132.2 | 0.76 | 0.47 |
| Hex | 1C | D2 | 41 | 57 | 0 | 45 | 12 | 84 | 4C | 2F |
| Octal | 34 | 322 | 101 | 127 | 0 | 105 | 22 | 204 | 114 | 57 |
| Binary | 11100 | 11010010 | 1000001 | 1010111 | 0 | 1000101 | 10010 | 10000100 | 1001100 | 101111 |
Color Harmonies of #1CD241
Complementary color
Monochromatic Colors of #1CD241
Black with #1CD241
Text Example
Text Example
White with #1CD241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CD241; }
p { color: rgb(28,210,65); }
H1.HeaderClassName
{
color: #1CD241;
}
.AnyTagClassName
{
color: #1CD241;
}
</style>
background-color css
<style>
a { background-color: #1CD241; }
a { background-color: rgb(28,210,65); }
div.DivClassName
{
background-color: #1CD241;
}
.BgClassName
{
background-color: #1CD241;
}
</style>
border-color css
<style>
span { border-color: #1CD241; }
span { border-color: rgb(28,210,65); }
td.TdClassName
{
border-color: #1CD241;
}
.TagClassName
{
border-color: #1CD241;
}
</style>