Shades of Malachite #27DC73
Tints of Malachite #27DC73
RGB
CMYK
RGB Variations
Color information
#27DC73 (or 0x27DC73) is known color: Malachite. HEX triplet: 27, DC and 73. RGB value is (39,220,115). Sum of RGB (Red+Green+Blue) = 39+220+115=374 (49% of max value = 765). Red value is 39 (15.62% from 255 or 10.43% from 374); Green value is 220 (86.33% from 255 or 58.82% from 374); Blue value is 115 (45.31% from 255 or 30.75% from 374); Max value from RGB is 220 - color contains mainly: green. Hex color #27DC73 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #27DC73 is #D8238C. Grayscale: #9A9A9A. Windows color (decimal): -14164877 or 7592999. OLE color: 7592999.
HSL color Cylindrical-coordinate representation of color #27DC73: hue angle of 145.19º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #27DC73 is Cyan = 0.82, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 39 | 220 | 115 | - |
| CMYK | 0.82 | 0 | 0.48 | 0.14 |
| HSL | 145.19º | 0.72% | 0.51% | - |
| HSV(B) | 145.19º | 0.82% | 0.86% | - |
| XYZ | 29.52 | 52.86 | 24.87 | - |
| YUV | 153.91 | 106.03 | 46.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 220 | 115 | 0.82 | 0 | 0.48 | 0.14 | 145.19 | 0.72 | 0.51 |
| Hex | 27 | DC | 73 | 52 | 0 | 30 | E | 91 | 48 | 33 |
| Octal | 47 | 334 | 163 | 122 | 0 | 60 | 16 | 221 | 110 | 63 |
| Binary | 100111 | 11011100 | 1110011 | 1010010 | 0 | 110000 | 1110 | 10010001 | 1001000 | 110011 |
Color Harmonies of #27DC73
Complementary color
Monochromatic Colors of #27DC73
Black with #27DC73
Text Example
Text Example
White with #27DC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27DC73; }
p { color: rgb(39,220,115); }
H1.HeaderClassName
{
color: #27DC73;
}
.AnyTagClassName
{
color: #27DC73;
}
</style>
background-color css
<style>
a { background-color: #27DC73; }
a { background-color: rgb(39,220,115); }
div.DivClassName
{
background-color: #27DC73;
}
.BgClassName
{
background-color: #27DC73;
}
</style>
border-color css
<style>
span { border-color: #27DC73; }
span { border-color: rgb(39,220,115); }
td.TdClassName
{
border-color: #27DC73;
}
.TagClassName
{
border-color: #27DC73;
}
</style>