Shades of Malachite #1CD750
Tints of Malachite #1CD750
RGB
CMYK
RGB Variations
Color information
#1CD750 (or 0x1CD750) is known color: Malachite. HEX triplet: 1C, D7 and 50. RGB value is (28,215,80). Sum of RGB (Red+Green+Blue) = 28+215+80=323 (42% of max value = 765). Red value is 28 (11.33% from 255 or 8.67% from 323); Green value is 215 (84.38% from 255 or 66.56% from 323); Blue value is 80 (31.64% from 255 or 24.77% from 323); Max value from RGB is 215 - color contains mainly: green. Hex color #1CD750 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CD750 is #E328AF. Grayscale: #909090. Windows color (decimal): -14887088 or 5297948. OLE color: 5297948.
HSL color Cylindrical-coordinate representation of color #1CD750: hue angle of 136.68º 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 #1CD750 is Cyan = 0.87, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 28 | 215 | 80 | - |
| CMYK | 0.87 | 0 | 0.63 | 0.16 |
| HSL | 136.68º | 0.77% | 0.48% | - |
| HSV(B) | 136.68º | 0.87% | 0.84% | - |
| XYZ | 26.23 | 49.43 | 15.75 | - |
| YUV | 143.7 | 92.05 | 45.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 215 | 80 | 0.87 | 0 | 0.63 | 0.16 | 136.68 | 0.77 | 0.48 |
| Hex | 1C | D7 | 50 | 57 | 0 | 3F | 10 | 89 | 4D | 30 |
| Octal | 34 | 327 | 120 | 127 | 0 | 77 | 20 | 211 | 115 | 60 |
| Binary | 11100 | 11010111 | 1010000 | 1010111 | 0 | 111111 | 10000 | 10001001 | 1001101 | 110000 |
Color Harmonies of #1CD750
Complementary color
Monochromatic Colors of #1CD750
Black with #1CD750
Text Example
Text Example
White with #1CD750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CD750; }
p { color: rgb(28,215,80); }
H1.HeaderClassName
{
color: #1CD750;
}
.AnyTagClassName
{
color: #1CD750;
}
</style>
background-color css
<style>
a { background-color: #1CD750; }
a { background-color: rgb(28,215,80); }
div.DivClassName
{
background-color: #1CD750;
}
.BgClassName
{
background-color: #1CD750;
}
</style>
border-color css
<style>
span { border-color: #1CD750; }
span { border-color: rgb(28,215,80); }
td.TdClassName
{
border-color: #1CD750;
}
.TagClassName
{
border-color: #1CD750;
}
</style>