Shades of Malachite #1CED64
Tints of Malachite #1CED64
RGB
CMYK
RGB Variations
Color information
#1CED64 (or 0x1CED64) is known color: Malachite. HEX triplet: 1C, ED and 64. RGB value is (28,237,100). Sum of RGB (Red+Green+Blue) = 28+237+100=365 (48% of max value = 765). Red value is 28 (11.33% from 255 or 7.67% from 365); Green value is 237 (92.97% from 255 or 64.93% from 365); Blue value is 100 (39.45% from 255 or 27.40% from 365); Max value from RGB is 237 - color contains mainly: green. Hex color #1CED64 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1CED64 is #E3129B. Grayscale: #9F9F9F. Windows color (decimal): -14881436 or 6614300. OLE color: 6614300.
HSL color Cylindrical-coordinate representation of color #1CED64: hue angle of 140.67º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CED64 is Cyan = 0.88, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 28 | 237 | 100 | - |
| CMYK | 0.88 | 0 | 0.58 | 0.07 |
| HSL | 140.67º | 0.85% | 0.52% | - |
| HSV(B) | 140.67º | 0.88% | 0.93% | - |
| XYZ | 33.06 | 61.74 | 22.23 | - |
| YUV | 158.89 | 94.76 | 34.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 237 | 100 | 0.88 | 0 | 0.58 | 0.07 | 140.67 | 0.85 | 0.52 |
| Hex | 1C | ED | 64 | 58 | 0 | 3A | 7 | 8D | 55 | 34 |
| Octal | 34 | 355 | 144 | 130 | 0 | 72 | 7 | 215 | 125 | 64 |
| Binary | 11100 | 11101101 | 1100100 | 1011000 | 0 | 111010 | 111 | 10001101 | 1010101 | 110100 |
Color Harmonies of #1CED64
Complementary color
Monochromatic Colors of #1CED64
Black with #1CED64
Text Example
Text Example
White with #1CED64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CED64; }
p { color: rgb(28,237,100); }
H1.HeaderClassName
{
color: #1CED64;
}
.AnyTagClassName
{
color: #1CED64;
}
</style>
background-color css
<style>
a { background-color: #1CED64; }
a { background-color: rgb(28,237,100); }
div.DivClassName
{
background-color: #1CED64;
}
.BgClassName
{
background-color: #1CED64;
}
</style>
border-color css
<style>
span { border-color: #1CED64; }
span { border-color: rgb(28,237,100); }
td.TdClassName
{
border-color: #1CED64;
}
.TagClassName
{
border-color: #1CED64;
}
</style>