Shades of Malachite #27DC52
Tints of Malachite #27DC52
RGB
CMYK
RGB Variations
Color information
#27DC52 (or 0x27DC52) is known color: Malachite. HEX triplet: 27, DC and 52. RGB value is (39,220,82). Sum of RGB (Red+Green+Blue) = 39+220+82=341 (45% of max value = 765). Red value is 39 (15.62% from 255 or 11.44% from 341); Green value is 220 (86.33% from 255 or 64.52% from 341); Blue value is 82 (32.42% from 255 or 24.05% from 341); Max value from RGB is 220 - color contains mainly: green. Hex color #27DC52 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #27DC52 is #D823AD. Grayscale: #969696. Windows color (decimal): -14164910 or 5430311. OLE color: 5430311.
HSL color Cylindrical-coordinate representation of color #27DC52: hue angle of 134.25º 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 #27DC52 is Cyan = 0.82, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 39 | 220 | 82 | - |
| CMYK | 0.82 | 0 | 0.63 | 0.14 |
| HSL | 134.25º | 0.72% | 0.51% | - |
| HSV(B) | 134.25º | 0.82% | 0.86% | - |
| XYZ | 27.95 | 52.23 | 16.59 | - |
| YUV | 150.15 | 89.53 | 48.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 220 | 82 | 0.82 | 0 | 0.63 | 0.14 | 134.25 | 0.72 | 0.51 |
| Hex | 27 | DC | 52 | 52 | 0 | 3F | E | 86 | 48 | 33 |
| Octal | 47 | 334 | 122 | 122 | 0 | 77 | 16 | 206 | 110 | 63 |
| Binary | 100111 | 11011100 | 1010010 | 1010010 | 0 | 111111 | 1110 | 10000110 | 1001000 | 110011 |
Color Harmonies of #27DC52
Complementary color
Monochromatic Colors of #27DC52
Black with #27DC52
Text Example
Text Example
White with #27DC52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27DC52; }
p { color: rgb(39,220,82); }
H1.HeaderClassName
{
color: #27DC52;
}
.AnyTagClassName
{
color: #27DC52;
}
</style>
background-color css
<style>
a { background-color: #27DC52; }
a { background-color: rgb(39,220,82); }
div.DivClassName
{
background-color: #27DC52;
}
.BgClassName
{
background-color: #27DC52;
}
</style>
border-color css
<style>
span { border-color: #27DC52; }
span { border-color: rgb(39,220,82); }
td.TdClassName
{
border-color: #27DC52;
}
.TagClassName
{
border-color: #27DC52;
}
</style>