Shades of Malachite #27DC74
Tints of Malachite #27DC74
RGB
CMYK
RGB Variations
Color information
#27DC74 (or 0x27DC74) is known color: Malachite. HEX triplet: 27, DC and 74. RGB value is (39,220,116). Sum of RGB (Red+Green+Blue) = 39+220+116=375 (49% of max value = 765). Red value is 39 (15.62% from 255 or 10.4% from 375); Green value is 220 (86.33% from 255 or 58.67% from 375); Blue value is 116 (45.70% from 255 or 30.93% from 375); Max value from RGB is 220 - color contains mainly: green. Hex color #27DC74 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #27DC74 is #D8238B. Grayscale: #9A9A9A. Windows color (decimal): -14164876 or 7658535. OLE color: 7658535.
HSL color Cylindrical-coordinate representation of color #27DC74: hue angle of 145.52º degrees, saturation: 0.72, 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 #27DC74 is Cyan = 0.82, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 39 | 220 | 116 | - |
| CMYK | 0.82 | 0 | 0.47 | 0.14 |
| HSL | 145.52º | 0.72% | 0.51% | - |
| HSV(B) | 145.52º | 0.82% | 0.86% | - |
| XYZ | 29.58 | 52.88 | 25.17 | - |
| YUV | 154.03 | 106.53 | 45.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 220 | 116 | 0.82 | 0 | 0.47 | 0.14 | 145.52 | 0.72 | 0.51 |
| Hex | 27 | DC | 74 | 52 | 0 | 2F | E | 92 | 48 | 33 |
| Octal | 47 | 334 | 164 | 122 | 0 | 57 | 16 | 222 | 110 | 63 |
| Binary | 100111 | 11011100 | 1110100 | 1010010 | 0 | 101111 | 1110 | 10010010 | 1001000 | 110011 |
Color Harmonies of #27DC74
Complementary color
Monochromatic Colors of #27DC74
Black with #27DC74
Text Example
Text Example
White with #27DC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27DC74; }
p { color: rgb(39,220,116); }
H1.HeaderClassName
{
color: #27DC74;
}
.AnyTagClassName
{
color: #27DC74;
}
</style>
background-color css
<style>
a { background-color: #27DC74; }
a { background-color: rgb(39,220,116); }
div.DivClassName
{
background-color: #27DC74;
}
.BgClassName
{
background-color: #27DC74;
}
</style>
border-color css
<style>
span { border-color: #27DC74; }
span { border-color: rgb(39,220,116); }
td.TdClassName
{
border-color: #27DC74;
}
.TagClassName
{
border-color: #27DC74;
}
</style>