Shades of Malachite #1CD950
Tints of Malachite #1CD950
RGB
CMYK
RGB Variations
Color information
#1CD950 (or 0x1CD950) is known color: Malachite. HEX triplet: 1C, D9 and 50. RGB value is (28,217,80). Sum of RGB (Red+Green+Blue) = 28+217+80=325 (43% of max value = 765). Red value is 28 (11.33% from 255 or 8.62% from 325); Green value is 217 (85.16% from 255 or 66.77% from 325); Blue value is 80 (31.64% from 255 or 24.62% from 325); Max value from RGB is 217 - color contains mainly: green. Hex color #1CD950 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CD950 is #E326AF. Grayscale: #919191. Windows color (decimal): -14886576 or 5298460. OLE color: 5298460.
HSL color Cylindrical-coordinate representation of color #1CD950: hue angle of 136.51º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CD950 is Cyan = 0.87, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 28 | 217 | 80 | - |
| CMYK | 0.87 | 0 | 0.63 | 0.15 |
| HSL | 136.51º | 0.77% | 0.48% | - |
| HSV(B) | 136.51º | 0.87% | 0.85% | - |
| XYZ | 26.74 | 50.45 | 15.92 | - |
| YUV | 144.87 | 91.38 | 44.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 217 | 80 | 0.87 | 0 | 0.63 | 0.15 | 136.51 | 0.77 | 0.48 |
| Hex | 1C | D9 | 50 | 57 | 0 | 3F | F | 89 | 4D | 30 |
| Octal | 34 | 331 | 120 | 127 | 0 | 77 | 17 | 211 | 115 | 60 |
| Binary | 11100 | 11011001 | 1010000 | 1010111 | 0 | 111111 | 1111 | 10001001 | 1001101 | 110000 |
Color Harmonies of #1CD950
Complementary color
Monochromatic Colors of #1CD950
Black with #1CD950
Text Example
Text Example
White with #1CD950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CD950; }
p { color: rgb(28,217,80); }
H1.HeaderClassName
{
color: #1CD950;
}
.AnyTagClassName
{
color: #1CD950;
}
</style>
background-color css
<style>
a { background-color: #1CD950; }
a { background-color: rgb(28,217,80); }
div.DivClassName
{
background-color: #1CD950;
}
.BgClassName
{
background-color: #1CD950;
}
</style>
border-color css
<style>
span { border-color: #1CD950; }
span { border-color: rgb(28,217,80); }
td.TdClassName
{
border-color: #1CD950;
}
.TagClassName
{
border-color: #1CD950;
}
</style>