Shades of Malachite #1CD74C
Tints of Malachite #1CD74C
RGB
CMYK
RGB Variations
Color information
#1CD74C (or 0x1CD74C) is known color: Malachite. HEX triplet: 1C, D7 and 4C. RGB value is (28,215,76). Sum of RGB (Red+Green+Blue) = 28+215+76=319 (42% of max value = 765). Red value is 28 (11.33% from 255 or 8.78% from 319); Green value is 215 (84.38% from 255 or 67.40% from 319); Blue value is 76 (30.08% from 255 or 23.82% from 319); Max value from RGB is 215 - color contains mainly: green. Hex color #1CD74C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CD74C is #E328B3. Grayscale: #8F8F8F. Windows color (decimal): -14887092 or 5035804. OLE color: 5035804.
HSL color Cylindrical-coordinate representation of color #1CD74C: hue angle of 135.4º 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 #1CD74C is Cyan = 0.87, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 28 | 215 | 76 | - |
| CMYK | 0.87 | 0 | 0.65 | 0.16 |
| HSL | 135.4º | 0.77% | 0.48% | - |
| HSV(B) | 135.4º | 0.87% | 0.84% | - |
| XYZ | 26.08 | 49.37 | 14.99 | - |
| YUV | 143.24 | 90.05 | 45.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 215 | 76 | 0.87 | 0 | 0.65 | 0.16 | 135.4 | 0.77 | 0.48 |
| Hex | 1C | D7 | 4C | 57 | 0 | 41 | 10 | 87 | 4D | 30 |
| Octal | 34 | 327 | 114 | 127 | 0 | 101 | 20 | 207 | 115 | 60 |
| Binary | 11100 | 11010111 | 1001100 | 1010111 | 0 | 1000001 | 10000 | 10000111 | 1001101 | 110000 |
Color Harmonies of #1CD74C
Complementary color
Monochromatic Colors of #1CD74C
Black with #1CD74C
Text Example
Text Example
White with #1CD74C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CD74C; }
p { color: rgb(28,215,76); }
H1.HeaderClassName
{
color: #1CD74C;
}
.AnyTagClassName
{
color: #1CD74C;
}
</style>
background-color css
<style>
a { background-color: #1CD74C; }
a { background-color: rgb(28,215,76); }
div.DivClassName
{
background-color: #1CD74C;
}
.BgClassName
{
background-color: #1CD74C;
}
</style>
border-color css
<style>
span { border-color: #1CD74C; }
span { border-color: rgb(28,215,76); }
td.TdClassName
{
border-color: #1CD74C;
}
.TagClassName
{
border-color: #1CD74C;
}
</style>