Shades of Malachite #27DB70
Tints of Malachite #27DB70
RGB
CMYK
RGB Variations
Color information
#27DB70 (or 0x27DB70) is known color: Malachite. HEX triplet: 27, DB and 70. RGB value is (39,219,112). Sum of RGB (Red+Green+Blue) = 39+219+112=370 (49% of max value = 765). Red value is 39 (15.62% from 255 or 10.54% from 370); Green value is 219 (85.94% from 255 or 59.19% from 370); Blue value is 112 (44.14% from 255 or 30.27% from 370); Max value from RGB is 219 - color contains mainly: green. Hex color #27DB70 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #27DB70 is #D8248F. Grayscale: #999999. Windows color (decimal): -14165136 or 7396135. OLE color: 7396135.
HSL color Cylindrical-coordinate representation of color #27DB70: hue angle of 144.33º 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 #27DB70 is Cyan = 0.82, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 39 | 219 | 112 | - |
| CMYK | 0.82 | 0 | 0.49 | 0.14 |
| HSL | 144.33º | 0.71% | 0.51% | - |
| HSV(B) | 144.33º | 0.82% | 0.86% | - |
| XYZ | 29.09 | 52.26 | 23.88 | - |
| YUV | 152.98 | 104.87 | 46.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 219 | 112 | 0.82 | 0 | 0.49 | 0.14 | 144.33 | 0.71 | 0.51 |
| Hex | 27 | DB | 70 | 52 | 0 | 31 | E | 90 | 47 | 33 |
| Octal | 47 | 333 | 160 | 122 | 0 | 61 | 16 | 220 | 107 | 63 |
| Binary | 100111 | 11011011 | 1110000 | 1010010 | 0 | 110001 | 1110 | 10010000 | 1000111 | 110011 |
Color Harmonies of #27DB70
Complementary color
Monochromatic Colors of #27DB70
Black with #27DB70
Text Example
Text Example
White with #27DB70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27DB70; }
p { color: rgb(39,219,112); }
H1.HeaderClassName
{
color: #27DB70;
}
.AnyTagClassName
{
color: #27DB70;
}
</style>
background-color css
<style>
a { background-color: #27DB70; }
a { background-color: rgb(39,219,112); }
div.DivClassName
{
background-color: #27DB70;
}
.BgClassName
{
background-color: #27DB70;
}
</style>
border-color css
<style>
span { border-color: #27DB70; }
span { border-color: rgb(39,219,112); }
td.TdClassName
{
border-color: #27DB70;
}
.TagClassName
{
border-color: #27DB70;
}
</style>