Shades of Malachite #27DC50
Tints of Malachite #27DC50
RGB
CMYK
RGB Variations
Color information
#27DC50 (or 0x27DC50) is known color: Malachite. HEX triplet: 27, DC and 50. RGB value is (39,220,80). Sum of RGB (Red+Green+Blue) = 39+220+80=339 (44% of max value = 765). Red value is 39 (15.62% from 255 or 11.50% from 339); Green value is 220 (86.33% from 255 or 64.90% from 339); Blue value is 80 (31.64% from 255 or 23.60% from 339); Max value from RGB is 220 - color contains mainly: green. Hex color #27DC50 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #27DC50 is #D823AF. Grayscale: #969696. Windows color (decimal): -14164912 or 5299239. OLE color: 5299239.
HSL color Cylindrical-coordinate representation of color #27DC50: hue angle of 133.59º 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 #27DC50 is Cyan = 0.82, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 39 | 220 | 80 | - |
| CMYK | 0.82 | 0 | 0.64 | 0.14 |
| HSL | 133.59º | 0.72% | 0.51% | - |
| HSV(B) | 133.59º | 0.82% | 0.86% | - |
| XYZ | 27.88 | 52.2 | 16.2 | - |
| YUV | 149.92 | 88.53 | 48.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 220 | 80 | 0.82 | 0 | 0.64 | 0.14 | 133.59 | 0.72 | 0.51 |
| Hex | 27 | DC | 50 | 52 | 0 | 40 | E | 86 | 48 | 33 |
| Octal | 47 | 334 | 120 | 122 | 0 | 100 | 16 | 206 | 110 | 63 |
| Binary | 100111 | 11011100 | 1010000 | 1010010 | 0 | 1000000 | 1110 | 10000110 | 1001000 | 110011 |
Color Harmonies of #27DC50
Complementary color
Monochromatic Colors of #27DC50
Black with #27DC50
Text Example
Text Example
White with #27DC50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27DC50; }
p { color: rgb(39,220,80); }
H1.HeaderClassName
{
color: #27DC50;
}
.AnyTagClassName
{
color: #27DC50;
}
</style>
background-color css
<style>
a { background-color: #27DC50; }
a { background-color: rgb(39,220,80); }
div.DivClassName
{
background-color: #27DC50;
}
.BgClassName
{
background-color: #27DC50;
}
</style>
border-color css
<style>
span { border-color: #27DC50; }
span { border-color: rgb(39,220,80); }
td.TdClassName
{
border-color: #27DC50;
}
.TagClassName
{
border-color: #27DC50;
}
</style>