Shades of Malachite #27DC5D
Tints of Malachite #27DC5D
RGB
CMYK
RGB Variations
Color information
#27DC5D (or 0x27DC5D) is known color: Malachite. HEX triplet: 27, DC and 5D. RGB value is (39,220,93). Sum of RGB (Red+Green+Blue) = 39+220+93=352 (46% of max value = 765). Red value is 39 (15.62% from 255 or 11.08% from 352); Green value is 220 (86.33% from 255 or 62.5% from 352); Blue value is 93 (36.72% from 255 or 26.42% from 352); Max value from RGB is 220 - color contains mainly: green. Hex color #27DC5D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #27DC5D is #D823A2. Grayscale: #979797. Windows color (decimal): -14164899 or 6151207. OLE color: 6151207.
HSL color Cylindrical-coordinate representation of color #27DC5D: hue angle of 137.9º 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 #27DC5D is Cyan = 0.82, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 39 | 220 | 93 | - |
| CMYK | 0.82 | 0 | 0.58 | 0.14 |
| HSL | 137.9º | 0.72% | 0.51% | - |
| HSV(B) | 137.9º | 0.82% | 0.86% | - |
| XYZ | 28.41 | 52.41 | 18.97 | - |
| YUV | 151.4 | 95.03 | 47.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 220 | 93 | 0.82 | 0 | 0.58 | 0.14 | 137.9 | 0.72 | 0.51 |
| Hex | 27 | DC | 5D | 52 | 0 | 3A | E | 8A | 48 | 33 |
| Octal | 47 | 334 | 135 | 122 | 0 | 72 | 16 | 212 | 110 | 63 |
| Binary | 100111 | 11011100 | 1011101 | 1010010 | 0 | 111010 | 1110 | 10001010 | 1001000 | 110011 |
Color Harmonies of #27DC5D
Complementary color
Monochromatic Colors of #27DC5D
Black with #27DC5D
Text Example
Text Example
White with #27DC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27DC5D; }
p { color: rgb(39,220,93); }
H1.HeaderClassName
{
color: #27DC5D;
}
.AnyTagClassName
{
color: #27DC5D;
}
</style>
background-color css
<style>
a { background-color: #27DC5D; }
a { background-color: rgb(39,220,93); }
div.DivClassName
{
background-color: #27DC5D;
}
.BgClassName
{
background-color: #27DC5D;
}
</style>
border-color css
<style>
span { border-color: #27DC5D; }
span { border-color: rgb(39,220,93); }
td.TdClassName
{
border-color: #27DC5D;
}
.TagClassName
{
border-color: #27DC5D;
}
</style>