Shades of Malachite #1CD74A
Tints of Malachite #1CD74A
RGB
CMYK
RGB Variations
Color information
#1CD74A (or 0x1CD74A) is known color: Malachite. HEX triplet: 1C, D7 and 4A. RGB value is (28,215,74). Sum of RGB (Red+Green+Blue) = 28+215+74=317 (41% of max value = 765). Red value is 28 (11.33% from 255 or 8.83% from 317); Green value is 215 (84.38% from 255 or 67.82% from 317); Blue value is 74 (29.30% from 255 or 23.34% from 317); Max value from RGB is 215 - color contains mainly: green. Hex color #1CD74A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CD74A is #E328B5. Grayscale: #8F8F8F. Windows color (decimal): -14887094 or 4904732. OLE color: 4904732.
HSL color Cylindrical-coordinate representation of color #1CD74A: hue angle of 134.76º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CD74A is Cyan = 0.87, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 28 | 215 | 74 | - |
| CMYK | 0.87 | 0 | 0.66 | 0.16 |
| HSL | 134.76º | 0.77% | 0.48% | - |
| HSV(B) | 134.76º | 0.87% | 0.84% | - |
| XYZ | 26.02 | 49.34 | 14.63 | - |
| YUV | 143.01 | 89.05 | 45.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 215 | 74 | 0.87 | 0 | 0.66 | 0.16 | 134.76 | 0.77 | 0.48 |
| Hex | 1C | D7 | 4A | 57 | 0 | 42 | 10 | 87 | 4D | 30 |
| Octal | 34 | 327 | 112 | 127 | 0 | 102 | 20 | 207 | 115 | 60 |
| Binary | 11100 | 11010111 | 1001010 | 1010111 | 0 | 1000010 | 10000 | 10000111 | 1001101 | 110000 |
Color Harmonies of #1CD74A
Complementary color
Monochromatic Colors of #1CD74A
Black with #1CD74A
Text Example
Text Example
White with #1CD74A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CD74A; }
p { color: rgb(28,215,74); }
H1.HeaderClassName
{
color: #1CD74A;
}
.AnyTagClassName
{
color: #1CD74A;
}
</style>
background-color css
<style>
a { background-color: #1CD74A; }
a { background-color: rgb(28,215,74); }
div.DivClassName
{
background-color: #1CD74A;
}
.BgClassName
{
background-color: #1CD74A;
}
</style>
border-color css
<style>
span { border-color: #1CD74A; }
span { border-color: rgb(28,215,74); }
td.TdClassName
{
border-color: #1CD74A;
}
.TagClassName
{
border-color: #1CD74A;
}
</style>