Shades of Malachite #27DC5C
Tints of Malachite #27DC5C
RGB
CMYK
RGB Variations
Color information
#27DC5C (or 0x27DC5C) is known color: Malachite. HEX triplet: 27, DC and 5C. RGB value is (39,220,92). Sum of RGB (Red+Green+Blue) = 39+220+92=351 (46% of max value = 765). Red value is 39 (15.62% from 255 or 11.11% from 351); Green value is 220 (86.33% from 255 or 62.68% from 351); Blue value is 92 (36.33% from 255 or 26.21% from 351); Max value from RGB is 220 - color contains mainly: green. Hex color #27DC5C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #27DC5C is #D823A3. Grayscale: #979797. Windows color (decimal): -14164900 or 6085671. OLE color: 6085671.
HSL color Cylindrical-coordinate representation of color #27DC5C: hue angle of 137.57º 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 #27DC5C is Cyan = 0.82, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 39 | 220 | 92 | - |
| CMYK | 0.82 | 0 | 0.58 | 0.14 |
| HSL | 137.57º | 0.72% | 0.51% | - |
| HSV(B) | 137.57º | 0.82% | 0.86% | - |
| XYZ | 28.36 | 52.39 | 18.74 | - |
| YUV | 151.29 | 94.53 | 47.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 220 | 92 | 0.82 | 0 | 0.58 | 0.14 | 137.57 | 0.72 | 0.51 |
| Hex | 27 | DC | 5C | 52 | 0 | 3A | E | 8A | 48 | 33 |
| Octal | 47 | 334 | 134 | 122 | 0 | 72 | 16 | 212 | 110 | 63 |
| Binary | 100111 | 11011100 | 1011100 | 1010010 | 0 | 111010 | 1110 | 10001010 | 1001000 | 110011 |
Color Harmonies of #27DC5C
Complementary color
Monochromatic Colors of #27DC5C
Black with #27DC5C
Text Example
Text Example
White with #27DC5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27DC5C; }
p { color: rgb(39,220,92); }
H1.HeaderClassName
{
color: #27DC5C;
}
.AnyTagClassName
{
color: #27DC5C;
}
</style>
background-color css
<style>
a { background-color: #27DC5C; }
a { background-color: rgb(39,220,92); }
div.DivClassName
{
background-color: #27DC5C;
}
.BgClassName
{
background-color: #27DC5C;
}
</style>
border-color css
<style>
span { border-color: #27DC5C; }
span { border-color: rgb(39,220,92); }
td.TdClassName
{
border-color: #27DC5C;
}
.TagClassName
{
border-color: #27DC5C;
}
</style>