Shades of Malachite #23DC50
Tints of Malachite #23DC50
RGB
CMYK
RGB Variations
Color information
#23DC50 (or 0x23DC50) is known color: Malachite. HEX triplet: 23, DC and 50. RGB value is (35,220,80). Sum of RGB (Red+Green+Blue) = 35+220+80=335 (44% of max value = 765). Red value is 35 (14.06% from 255 or 10.45% from 335); Green value is 220 (86.33% from 255 or 65.67% from 335); Blue value is 80 (31.64% from 255 or 23.88% from 335); Max value from RGB is 220 - color contains mainly: green. Hex color #23DC50 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #23DC50 is #DC23AF. Grayscale: #959595. Windows color (decimal): -14427056 or 5299235. OLE color: 5299235.
HSL color Cylindrical-coordinate representation of color #23DC50: hue angle of 134.59º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #23DC50 is Cyan = 0.84, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 35 | 220 | 80 | - |
| CMYK | 0.84 | 0 | 0.64 | 0.14 |
| HSL | 134.59º | 0.73% | 0.5% | - |
| HSV(B) | 134.59º | 0.84% | 0.86% | - |
| XYZ | 27.73 | 52.12 | 16.19 | - |
| YUV | 148.73 | 89.21 | 46.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 220 | 80 | 0.84 | 0 | 0.64 | 0.14 | 134.59 | 0.73 | 0.5 |
| Hex | 23 | DC | 50 | 54 | 0 | 40 | E | 87 | 49 | 32 |
| Octal | 43 | 334 | 120 | 124 | 0 | 100 | 16 | 207 | 111 | 62 |
| Binary | 100011 | 11011100 | 1010000 | 1010100 | 0 | 1000000 | 1110 | 10000111 | 1001001 | 110010 |
Color Harmonies of #23DC50
Complementary color
Monochromatic Colors of #23DC50
Black with #23DC50
Text Example
Text Example
White with #23DC50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23DC50; }
p { color: rgb(35,220,80); }
H1.HeaderClassName
{
color: #23DC50;
}
.AnyTagClassName
{
color: #23DC50;
}
</style>
background-color css
<style>
a { background-color: #23DC50; }
a { background-color: rgb(35,220,80); }
div.DivClassName
{
background-color: #23DC50;
}
.BgClassName
{
background-color: #23DC50;
}
</style>
border-color css
<style>
span { border-color: #23DC50; }
span { border-color: rgb(35,220,80); }
td.TdClassName
{
border-color: #23DC50;
}
.TagClassName
{
border-color: #23DC50;
}
</style>