Shades of Malachite #27DB66
Tints of Malachite #27DB66
RGB
CMYK
RGB Variations
Color information
#27DB66 (or 0x27DB66) is known color: Malachite. HEX triplet: 27, DB and 66. RGB value is (39,219,102). Sum of RGB (Red+Green+Blue) = 39+219+102=360 (47% of max value = 765). Red value is 39 (15.62% from 255 or 10.83% from 360); Green value is 219 (85.94% from 255 or 60.83% from 360); Blue value is 102 (40.23% from 255 or 28.33% from 360); Max value from RGB is 219 - color contains mainly: green. Hex color #27DB66 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #27DB66 is #D82499. Grayscale: #989898. Windows color (decimal): -14165146 or 6740775. OLE color: 6740775.
HSL color Cylindrical-coordinate representation of color #27DB66: hue angle of 141º degrees, saturation: 0.71, 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 #27DB66 is Cyan = 0.82, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 39 | 219 | 102 | - |
| CMYK | 0.82 | 0 | 0.53 | 0.14 |
| HSL | 141º | 0.71% | 0.51% | - |
| HSV(B) | 141º | 0.82% | 0.86% | - |
| XYZ | 28.57 | 52.05 | 21.11 | - |
| YUV | 151.84 | 99.87 | 47.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 219 | 102 | 0.82 | 0 | 0.53 | 0.14 | 141 | 0.71 | 0.51 |
| Hex | 27 | DB | 66 | 52 | 0 | 35 | E | 8D | 47 | 33 |
| Octal | 47 | 333 | 146 | 122 | 0 | 65 | 16 | 215 | 107 | 63 |
| Binary | 100111 | 11011011 | 1100110 | 1010010 | 0 | 110101 | 1110 | 10001101 | 1000111 | 110011 |
Color Harmonies of #27DB66
Complementary color
Monochromatic Colors of #27DB66
Black with #27DB66
Text Example
Text Example
White with #27DB66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27DB66; }
p { color: rgb(39,219,102); }
H1.HeaderClassName
{
color: #27DB66;
}
.AnyTagClassName
{
color: #27DB66;
}
</style>
background-color css
<style>
a { background-color: #27DB66; }
a { background-color: rgb(39,219,102); }
div.DivClassName
{
background-color: #27DB66;
}
.BgClassName
{
background-color: #27DB66;
}
</style>
border-color css
<style>
span { border-color: #27DB66; }
span { border-color: rgb(39,219,102); }
td.TdClassName
{
border-color: #27DB66;
}
.TagClassName
{
border-color: #27DB66;
}
</style>