Shades of Malachite #35DD5C
Tints of Malachite #35DD5C
RGB
CMYK
RGB Variations
Color information
#35DD5C (or 0x35DD5C) is known color: Malachite. HEX triplet: 35, DD and 5C. RGB value is (53,221,92). Sum of RGB (Red+Green+Blue) = 53+221+92=366 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.48% from 366); Green value is 221 (86.72% from 255 or 60.38% from 366); Blue value is 92 (36.33% from 255 or 25.14% from 366); Max value from RGB is 221 - color contains mainly: green. Hex color #35DD5C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35DD5C is #CA22A3. Grayscale: #9C9C9C. Windows color (decimal): -13247140 or 6085941. OLE color: 6085941.
HSL color Cylindrical-coordinate representation of color #35DD5C: hue angle of 133.93º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #35DD5C is Cyan = 0.76, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 53 | 221 | 92 | - |
| CMYK | 0.76 | 0 | 0.58 | 0.13 |
| HSL | 133.93º | 0.71% | 0.54% | - |
| HSV(B) | 133.93º | 0.76% | 0.87% | - |
| XYZ | 29.26 | 53.24 | 18.86 | - |
| YUV | 156.06 | 91.84 | 54.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 221 | 92 | 0.76 | 0 | 0.58 | 0.13 | 133.93 | 0.71 | 0.54 |
| Hex | 35 | DD | 5C | 4C | 0 | 3A | D | 86 | 47 | 36 |
| Octal | 65 | 335 | 134 | 114 | 0 | 72 | 15 | 206 | 107 | 66 |
| Binary | 110101 | 11011101 | 1011100 | 1001100 | 0 | 111010 | 1101 | 10000110 | 1000111 | 110110 |
Color Harmonies of #35DD5C
Complementary color
Monochromatic Colors of #35DD5C
Black with #35DD5C
Text Example
Text Example
White with #35DD5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35DD5C; }
p { color: rgb(53,221,92); }
H1.HeaderClassName
{
color: #35DD5C;
}
.AnyTagClassName
{
color: #35DD5C;
}
</style>
background-color css
<style>
a { background-color: #35DD5C; }
a { background-color: rgb(53,221,92); }
div.DivClassName
{
background-color: #35DD5C;
}
.BgClassName
{
background-color: #35DD5C;
}
</style>
border-color css
<style>
span { border-color: #35DD5C; }
span { border-color: rgb(53,221,92); }
td.TdClassName
{
border-color: #35DD5C;
}
.TagClassName
{
border-color: #35DD5C;
}
</style>