Shades of Malachite #27DD5E
Tints of Malachite #27DD5E
RGB
CMYK
RGB Variations
Color information
#27DD5E (or 0x27DD5E) is known color: Malachite. HEX triplet: 27, DD and 5E. RGB value is (39,221,94). Sum of RGB (Red+Green+Blue) = 39+221+94=354 (46% of max value = 765). Red value is 39 (15.62% from 255 or 11.02% from 354); Green value is 221 (86.72% from 255 or 62.43% from 354); Blue value is 94 (37.11% from 255 or 26.55% from 354); Max value from RGB is 221 - color contains mainly: green. Hex color #27DD5E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #27DD5E is #D822A1. Grayscale: #989898. Windows color (decimal): -14164642 or 6216999. OLE color: 6216999.
HSL color Cylindrical-coordinate representation of color #27DD5E: hue angle of 138.13º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #27DD5E is Cyan = 0.82, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 39 | 221 | 94 | - |
| CMYK | 0.82 | 0 | 0.57 | 0.13 |
| HSL | 138.13º | 0.73% | 0.51% | - |
| HSV(B) | 138.13º | 0.82% | 0.87% | - |
| XYZ | 28.71 | 52.95 | 19.3 | - |
| YUV | 152.1 | 95.2 | 47.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 221 | 94 | 0.82 | 0 | 0.57 | 0.13 | 138.13 | 0.73 | 0.51 |
| Hex | 27 | DD | 5E | 52 | 0 | 39 | D | 8A | 49 | 33 |
| Octal | 47 | 335 | 136 | 122 | 0 | 71 | 15 | 212 | 111 | 63 |
| Binary | 100111 | 11011101 | 1011110 | 1010010 | 0 | 111001 | 1101 | 10001010 | 1001001 | 110011 |
Color Harmonies of #27DD5E
Complementary color
Monochromatic Colors of #27DD5E
Black with #27DD5E
Text Example
Text Example
White with #27DD5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27DD5E; }
p { color: rgb(39,221,94); }
H1.HeaderClassName
{
color: #27DD5E;
}
.AnyTagClassName
{
color: #27DD5E;
}
</style>
background-color css
<style>
a { background-color: #27DD5E; }
a { background-color: rgb(39,221,94); }
div.DivClassName
{
background-color: #27DD5E;
}
.BgClassName
{
background-color: #27DD5E;
}
</style>
border-color css
<style>
span { border-color: #27DD5E; }
span { border-color: rgb(39,221,94); }
td.TdClassName
{
border-color: #27DD5E;
}
.TagClassName
{
border-color: #27DD5E;
}
</style>