Shades of Malachite #27D355
Tints of Malachite #27D355
RGB
CMYK
RGB Variations
Color information
#27D355 (or 0x27D355) is known color: Malachite. HEX triplet: 27, D3 and 55. RGB value is (39,211,85). Sum of RGB (Red+Green+Blue) = 39+211+85=335 (44% of max value = 765). Red value is 39 (15.62% from 255 or 11.64% from 335); Green value is 211 (82.81% from 255 or 62.99% from 335); Blue value is 85 (33.59% from 255 or 25.37% from 335); Max value from RGB is 211 - color contains mainly: green. Hex color #27D355 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #27D355 is #D82CAA. Grayscale: #919191. Windows color (decimal): -14167211 or 5624615. OLE color: 5624615.
HSL color Cylindrical-coordinate representation of color #27D355: hue angle of 136.05º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #27D355 is Cyan = 0.82, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 39 | 211 | 85 | - |
| CMYK | 0.82 | 0 | 0.60 | 0.17 |
| HSL | 136.05º | 0.69% | 0.49% | - |
| HSV(B) | 136.05º | 0.82% | 0.83% | - |
| XYZ | 25.77 | 47.68 | 16.44 | - |
| YUV | 145.21 | 94.02 | 52.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 211 | 85 | 0.82 | 0 | 0.60 | 0.17 | 136.05 | 0.69 | 0.49 |
| Hex | 27 | D3 | 55 | 52 | 0 | 3C | 11 | 88 | 45 | 31 |
| Octal | 47 | 323 | 125 | 122 | 0 | 74 | 21 | 210 | 105 | 61 |
| Binary | 100111 | 11010011 | 1010101 | 1010010 | 0 | 111100 | 10001 | 10001000 | 1000101 | 110001 |
Color Harmonies of #27D355
Complementary color
Monochromatic Colors of #27D355
Black with #27D355
Text Example
Text Example
White with #27D355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27D355; }
p { color: rgb(39,211,85); }
H1.HeaderClassName
{
color: #27D355;
}
.AnyTagClassName
{
color: #27D355;
}
</style>
background-color css
<style>
a { background-color: #27D355; }
a { background-color: rgb(39,211,85); }
div.DivClassName
{
background-color: #27D355;
}
.BgClassName
{
background-color: #27D355;
}
</style>
border-color css
<style>
span { border-color: #27D355; }
span { border-color: rgb(39,211,85); }
td.TdClassName
{
border-color: #27D355;
}
.TagClassName
{
border-color: #27D355;
}
</style>