Shades of Malachite #27DC5A
Tints of Malachite #27DC5A
RGB
CMYK
RGB Variations
Color information
#27DC5A (or 0x27DC5A) is known color: Malachite. HEX triplet: 27, DC and 5A. RGB value is (39,220,90). Sum of RGB (Red+Green+Blue) = 39+220+90=349 (46% of max value = 765). Red value is 39 (15.62% from 255 or 11.17% from 349); Green value is 220 (86.33% from 255 or 63.04% from 349); Blue value is 90 (35.55% from 255 or 25.79% from 349); Max value from RGB is 220 - color contains mainly: green. Hex color #27DC5A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #27DC5A is #D823A5. Grayscale: #979797. Windows color (decimal): -14164902 or 5954599. OLE color: 5954599.
HSL color Cylindrical-coordinate representation of color #27DC5A: hue angle of 136.91º 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 #27DC5A is Cyan = 0.82, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 39 | 220 | 90 | - |
| CMYK | 0.82 | 0 | 0.59 | 0.14 |
| HSL | 136.91º | 0.72% | 0.51% | - |
| HSV(B) | 136.91º | 0.82% | 0.86% | - |
| XYZ | 28.28 | 52.36 | 18.29 | - |
| YUV | 151.06 | 93.53 | 48.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 220 | 90 | 0.82 | 0 | 0.59 | 0.14 | 136.91 | 0.72 | 0.51 |
| Hex | 27 | DC | 5A | 52 | 0 | 3B | E | 89 | 48 | 33 |
| Octal | 47 | 334 | 132 | 122 | 0 | 73 | 16 | 211 | 110 | 63 |
| Binary | 100111 | 11011100 | 1011010 | 1010010 | 0 | 111011 | 1110 | 10001001 | 1001000 | 110011 |
Color Harmonies of #27DC5A
Complementary color
Monochromatic Colors of #27DC5A
Black with #27DC5A
Text Example
Text Example
White with #27DC5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27DC5A; }
p { color: rgb(39,220,90); }
H1.HeaderClassName
{
color: #27DC5A;
}
.AnyTagClassName
{
color: #27DC5A;
}
</style>
background-color css
<style>
a { background-color: #27DC5A; }
a { background-color: rgb(39,220,90); }
div.DivClassName
{
background-color: #27DC5A;
}
.BgClassName
{
background-color: #27DC5A;
}
</style>
border-color css
<style>
span { border-color: #27DC5A; }
span { border-color: rgb(39,220,90); }
td.TdClassName
{
border-color: #27DC5A;
}
.TagClassName
{
border-color: #27DC5A;
}
</style>