Shades of Malachite #27DC4E
Tints of Malachite #27DC4E
RGB
CMYK
RGB Variations
Color information
#27DC4E (or 0x27DC4E) is known color: Malachite. HEX triplet: 27, DC and 4E. RGB value is (39,220,78). Sum of RGB (Red+Green+Blue) = 39+220+78=337 (44% of max value = 765). Red value is 39 (15.62% from 255 or 11.57% from 337); Green value is 220 (86.33% from 255 or 65.28% from 337); Blue value is 78 (30.86% from 255 or 23.15% from 337); Max value from RGB is 220 - color contains mainly: green. Hex color #27DC4E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #27DC4E is #D823B1. Grayscale: #969696. Windows color (decimal): -14164914 or 5168167. OLE color: 5168167.
HSL color Cylindrical-coordinate representation of color #27DC4E: hue angle of 132.93º 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 #27DC4E is Cyan = 0.82, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 39 | 220 | 78 | - |
| CMYK | 0.82 | 0 | 0.65 | 0.14 |
| HSL | 132.93º | 0.72% | 0.51% | - |
| HSV(B) | 132.93º | 0.82% | 0.86% | - |
| XYZ | 27.81 | 52.17 | 15.81 | - |
| YUV | 149.69 | 87.53 | 49.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 220 | 78 | 0.82 | 0 | 0.65 | 0.14 | 132.93 | 0.72 | 0.51 |
| Hex | 27 | DC | 4E | 52 | 0 | 41 | E | 85 | 48 | 33 |
| Octal | 47 | 334 | 116 | 122 | 0 | 101 | 16 | 205 | 110 | 63 |
| Binary | 100111 | 11011100 | 1001110 | 1010010 | 0 | 1000001 | 1110 | 10000101 | 1001000 | 110011 |
Color Harmonies of #27DC4E
Complementary color
Monochromatic Colors of #27DC4E
Black with #27DC4E
Text Example
Text Example
White with #27DC4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27DC4E; }
p { color: rgb(39,220,78); }
H1.HeaderClassName
{
color: #27DC4E;
}
.AnyTagClassName
{
color: #27DC4E;
}
</style>
background-color css
<style>
a { background-color: #27DC4E; }
a { background-color: rgb(39,220,78); }
div.DivClassName
{
background-color: #27DC4E;
}
.BgClassName
{
background-color: #27DC4E;
}
</style>
border-color css
<style>
span { border-color: #27DC4E; }
span { border-color: rgb(39,220,78); }
td.TdClassName
{
border-color: #27DC4E;
}
.TagClassName
{
border-color: #27DC4E;
}
</style>