Shades of Malachite #27D964
Tints of Malachite #27D964
RGB
CMYK
RGB Variations
Color information
#27D964 (or 0x27D964) is known color: Malachite. HEX triplet: 27, D9 and 64. RGB value is (39,217,100). Sum of RGB (Red+Green+Blue) = 39+217+100=356 (47% of max value = 765). Red value is 39 (15.62% from 255 or 10.96% from 356); Green value is 217 (85.16% from 255 or 60.96% from 356); Blue value is 100 (39.45% from 255 or 28.09% from 356); Max value from RGB is 217 - color contains mainly: green. Hex color #27D964 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #27D964 is #D8269B. Grayscale: #969696. Windows color (decimal): -14165660 or 6609191. OLE color: 6609191.
HSL color Cylindrical-coordinate representation of color #27D964: hue angle of 140.56º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #27D964 is Cyan = 0.82, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 39 | 217 | 100 | - |
| CMYK | 0.82 | 0 | 0.54 | 0.15 |
| HSL | 140.56º | 0.7% | 0.5% | - |
| HSV(B) | 140.56º | 0.82% | 0.85% | - |
| XYZ | 27.95 | 50.98 | 20.42 | - |
| YUV | 150.44 | 99.53 | 48.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 217 | 100 | 0.82 | 0 | 0.54 | 0.15 | 140.56 | 0.7 | 0.5 |
| Hex | 27 | D9 | 64 | 52 | 0 | 36 | F | 8D | 46 | 32 |
| Octal | 47 | 331 | 144 | 122 | 0 | 66 | 17 | 215 | 106 | 62 |
| Binary | 100111 | 11011001 | 1100100 | 1010010 | 0 | 110110 | 1111 | 10001101 | 1000110 | 110010 |
Color Harmonies of #27D964
Complementary color
Monochromatic Colors of #27D964
Black with #27D964
Text Example
Text Example
White with #27D964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27D964; }
p { color: rgb(39,217,100); }
H1.HeaderClassName
{
color: #27D964;
}
.AnyTagClassName
{
color: #27D964;
}
</style>
background-color css
<style>
a { background-color: #27D964; }
a { background-color: rgb(39,217,100); }
div.DivClassName
{
background-color: #27D964;
}
.BgClassName
{
background-color: #27D964;
}
</style>
border-color css
<style>
span { border-color: #27D964; }
span { border-color: rgb(39,217,100); }
td.TdClassName
{
border-color: #27D964;
}
.TagClassName
{
border-color: #27D964;
}
</style>