Shades of Malachite #27DA70
Tints of Malachite #27DA70
RGB
CMYK
RGB Variations
Color information
#27DA70 (or 0x27DA70) is known color: Malachite. HEX triplet: 27, DA and 70. RGB value is (39,218,112). Sum of RGB (Red+Green+Blue) = 39+218+112=369 (48% of max value = 765). Red value is 39 (15.62% from 255 or 10.57% from 369); Green value is 218 (85.55% from 255 or 59.08% from 369); Blue value is 112 (44.14% from 255 or 30.35% from 369); Max value from RGB is 218 - color contains mainly: green. Hex color #27DA70 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #27DA70 is #D8258F. Grayscale: #989898. Windows color (decimal): -14165392 or 7395879. OLE color: 7395879.
HSL color Cylindrical-coordinate representation of color #27DA70: hue angle of 144.47º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #27DA70 is Cyan = 0.82, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 39 | 218 | 112 | - |
| CMYK | 0.82 | 0 | 0.49 | 0.15 |
| HSL | 144.47º | 0.71% | 0.5% | - |
| HSV(B) | 144.47º | 0.82% | 0.85% | - |
| XYZ | 28.83 | 51.74 | 23.8 | - |
| YUV | 152.4 | 105.2 | 47.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 218 | 112 | 0.82 | 0 | 0.49 | 0.15 | 144.47 | 0.71 | 0.5 |
| Hex | 27 | DA | 70 | 52 | 0 | 31 | F | 90 | 47 | 32 |
| Octal | 47 | 332 | 160 | 122 | 0 | 61 | 17 | 220 | 107 | 62 |
| Binary | 100111 | 11011010 | 1110000 | 1010010 | 0 | 110001 | 1111 | 10010000 | 1000111 | 110010 |
Color Harmonies of #27DA70
Complementary color
Monochromatic Colors of #27DA70
Black with #27DA70
Text Example
Text Example
White with #27DA70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27DA70; }
p { color: rgb(39,218,112); }
H1.HeaderClassName
{
color: #27DA70;
}
.AnyTagClassName
{
color: #27DA70;
}
</style>
background-color css
<style>
a { background-color: #27DA70; }
a { background-color: rgb(39,218,112); }
div.DivClassName
{
background-color: #27DA70;
}
.BgClassName
{
background-color: #27DA70;
}
</style>
border-color css
<style>
span { border-color: #27DA70; }
span { border-color: rgb(39,218,112); }
td.TdClassName
{
border-color: #27DA70;
}
.TagClassName
{
border-color: #27DA70;
}
</style>