Shades of Malachite #27DC54
Tints of Malachite #27DC54
RGB
CMYK
RGB Variations
Color information
#27DC54 (or 0x27DC54) is known color: Malachite. HEX triplet: 27, DC and 54. RGB value is (39,220,84). Sum of RGB (Red+Green+Blue) = 39+220+84=343 (45% of max value = 765). Red value is 39 (15.62% from 255 or 11.37% from 343); Green value is 220 (86.33% from 255 or 64.14% from 343); Blue value is 84 (33.20% from 255 or 24.49% from 343); Max value from RGB is 220 - color contains mainly: green. Hex color #27DC54 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #27DC54 is #D823AB. Grayscale: #969696. Windows color (decimal): -14164908 or 5561383. OLE color: 5561383.
HSL color Cylindrical-coordinate representation of color #27DC54: hue angle of 134.92º 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 #27DC54 is Cyan = 0.82, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 39 | 220 | 84 | - |
| CMYK | 0.82 | 0 | 0.62 | 0.14 |
| HSL | 134.92º | 0.72% | 0.51% | - |
| HSV(B) | 134.92º | 0.82% | 0.86% | - |
| XYZ | 28.03 | 52.26 | 17 | - |
| YUV | 150.38 | 90.53 | 48.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 220 | 84 | 0.82 | 0 | 0.62 | 0.14 | 134.92 | 0.72 | 0.51 |
| Hex | 27 | DC | 54 | 52 | 0 | 3E | E | 87 | 48 | 33 |
| Octal | 47 | 334 | 124 | 122 | 0 | 76 | 16 | 207 | 110 | 63 |
| Binary | 100111 | 11011100 | 1010100 | 1010010 | 0 | 111110 | 1110 | 10000111 | 1001000 | 110011 |
Color Harmonies of #27DC54
Complementary color
Monochromatic Colors of #27DC54
Black with #27DC54
Text Example
Text Example
White with #27DC54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27DC54; }
p { color: rgb(39,220,84); }
H1.HeaderClassName
{
color: #27DC54;
}
.AnyTagClassName
{
color: #27DC54;
}
</style>
background-color css
<style>
a { background-color: #27DC54; }
a { background-color: rgb(39,220,84); }
div.DivClassName
{
background-color: #27DC54;
}
.BgClassName
{
background-color: #27DC54;
}
</style>
border-color css
<style>
span { border-color: #27DC54; }
span { border-color: rgb(39,220,84); }
td.TdClassName
{
border-color: #27DC54;
}
.TagClassName
{
border-color: #27DC54;
}
</style>