Shades of Malachite #23D052
Tints of Malachite #23D052
RGB
CMYK
RGB Variations
Color information
#23D052 (or 0x23D052) is known color: Malachite. HEX triplet: 23, D0 and 52. RGB value is (35,208,82). Sum of RGB (Red+Green+Blue) = 35+208+82=325 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.77% from 325); Green value is 208 (81.64% from 255 or 64% from 325); Blue value is 82 (32.42% from 255 or 25.23% from 325); Max value from RGB is 208 - color contains mainly: green. Hex color #23D052 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #23D052 is #DC2FAD. Grayscale: #8E8E8E. Windows color (decimal): -14430126 or 5427235. OLE color: 5427235.
HSL color Cylindrical-coordinate representation of color #23D052: hue angle of 136.3º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #23D052 is Cyan = 0.83, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 35 | 208 | 82 | - |
| CMYK | 0.83 | 0 | 0.61 | 0.18 |
| HSL | 136.3º | 0.71% | 0.48% | - |
| HSV(B) | 136.3º | 0.83% | 0.82% | - |
| XYZ | 24.77 | 46.08 | 15.57 | - |
| YUV | 141.91 | 94.19 | 51.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 208 | 82 | 0.83 | 0 | 0.61 | 0.18 | 136.3 | 0.71 | 0.48 |
| Hex | 23 | D0 | 52 | 53 | 0 | 3D | 12 | 88 | 47 | 30 |
| Octal | 43 | 320 | 122 | 123 | 0 | 75 | 22 | 210 | 107 | 60 |
| Binary | 100011 | 11010000 | 1010010 | 1010011 | 0 | 111101 | 10010 | 10001000 | 1000111 | 110000 |
Color Harmonies of #23D052
Complementary color
Monochromatic Colors of #23D052
Black with #23D052
Text Example
Text Example
White with #23D052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23D052; }
p { color: rgb(35,208,82); }
H1.HeaderClassName
{
color: #23D052;
}
.AnyTagClassName
{
color: #23D052;
}
</style>
background-color css
<style>
a { background-color: #23D052; }
a { background-color: rgb(35,208,82); }
div.DivClassName
{
background-color: #23D052;
}
.BgClassName
{
background-color: #23D052;
}
</style>
border-color css
<style>
span { border-color: #23D052; }
span { border-color: rgb(35,208,82); }
td.TdClassName
{
border-color: #23D052;
}
.TagClassName
{
border-color: #23D052;
}
</style>