Shades of Malachite #27DD4D
Tints of Malachite #27DD4D
RGB
CMYK
RGB Variations
Color information
#27DD4D (or 0x27DD4D) is known color: Malachite. HEX triplet: 27, DD and 4D. RGB value is (39,221,77). Sum of RGB (Red+Green+Blue) = 39+221+77=337 (44% of max value = 765). Red value is 39 (15.62% from 255 or 11.57% from 337); Green value is 221 (86.72% from 255 or 65.58% from 337); Blue value is 77 (30.47% from 255 or 22.85% from 337); Max value from RGB is 221 - color contains mainly: green. Hex color #27DD4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #27DD4D is #D822B2. Grayscale: #969696. Windows color (decimal): -14164659 or 5102887. OLE color: 5102887.
HSL color Cylindrical-coordinate representation of color #27DD4D: hue angle of 132.53º 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 #27DD4D is Cyan = 0.82, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 39 | 221 | 77 | - |
| CMYK | 0.82 | 0 | 0.65 | 0.13 |
| HSL | 132.53º | 0.73% | 0.51% | - |
| HSV(B) | 132.53º | 0.82% | 0.87% | - |
| XYZ | 28.03 | 52.68 | 15.71 | - |
| YUV | 150.17 | 86.7 | 48.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 221 | 77 | 0.82 | 0 | 0.65 | 0.13 | 132.53 | 0.73 | 0.51 |
| Hex | 27 | DD | 4D | 52 | 0 | 41 | D | 85 | 49 | 33 |
| Octal | 47 | 335 | 115 | 122 | 0 | 101 | 15 | 205 | 111 | 63 |
| Binary | 100111 | 11011101 | 1001101 | 1010010 | 0 | 1000001 | 1101 | 10000101 | 1001001 | 110011 |
Color Harmonies of #27DD4D
Complementary color
Monochromatic Colors of #27DD4D
Black with #27DD4D
Text Example
Text Example
White with #27DD4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27DD4D; }
p { color: rgb(39,221,77); }
H1.HeaderClassName
{
color: #27DD4D;
}
.AnyTagClassName
{
color: #27DD4D;
}
</style>
background-color css
<style>
a { background-color: #27DD4D; }
a { background-color: rgb(39,221,77); }
div.DivClassName
{
background-color: #27DD4D;
}
.BgClassName
{
background-color: #27DD4D;
}
</style>
border-color css
<style>
span { border-color: #27DD4D; }
span { border-color: rgb(39,221,77); }
td.TdClassName
{
border-color: #27DD4D;
}
.TagClassName
{
border-color: #27DD4D;
}
</style>